2003-06-21 20:29:29 -04:00
|
|
|
CREATE TABLE test1 (i int4, t text, b bytea);
|
1996-07-09 02:22:35 -04:00
|
|
|
|
2003-06-21 20:29:29 -04:00
|
|
|
INSERT INTO test1 values (1, 'joe''s place', '\\000\\001\\002\\003\\004');
|
|
|
|
|
INSERT INTO test1 values (2, 'ho there', '\\004\\003\\002\\001\\000');
|