Peter Eisentraut wrote:
Eugene E. wrote:the bytea does not output NULs at all. don't mock me.peter=# create table test (a bytea); CREATE TABLE peter=# insert into test values ('a\\000b'); INSERT 0 1 peter=# select * from test; a -------- a\000b
are you kidding ?
where is NUL-byte in "a\000b" ???
---------------------------(end of broadcast)---------------------------
TIP 3: Have you checked our extensive FAQ?
http://www.postgresql.org/docs/faq
