2009/8/21 Andrus Moor <[email protected]>: > In 8.4, script > > create temp table test ( test bytea ); > insert into test values(E'\274')
Try E'\\274' -- greg http://mit.edu/~gsstark/resume.pdf -- Sent via pgsql-general mailing list ([email protected]) To make changes to your subscription: http://www.postgresql.org/mailpref/pgsql-general
