Konvertierung character zu hex
Asmus Reinhard <[email protected]>
| Newsgroups | gmane.comp.db.postgresql.german |
|---|---|
| Message-ID | <[email protected]> |
Bekommt man das: test=# select 'abc'::bytea; bytea ---------- \x616263 (1 row) auch in pgadmin3 hin? Reinhard