Re: Possible to run the server with ANSI/ISO string escapeing - Mailing list pgsql-general

From Peter Eisentraut
Subject Re: Possible to run the server with ANSI/ISO string escapeing
Date
Msg-id 200502281931.04266.peter_e@gmx.net
Whole thread Raw
In response to Re: Possible to run the server with ANSI/ISO string escapeing  (Martijn van Oosterhout <kleptog@svana.org>)
List pgsql-general
Martijn van Oosterhout wrote:
> Incidently, if you disable the backslash quoting, how does one enter
> raw binary data including NUL (\0) characters?

The bytea type has its own internal quoting/escaping mechanism (which
overlaps with the lexer's mechanism in some ways), so entering binary
data is not an issue.

--
Peter Eisentraut
http://developer.postgresql.org/~petere/

pgsql-general by date:

Previous
From: Bruno Wolff III
Date:
Subject: Re: row numbering
Next
From: David Fetter
Date:
Subject: Re: Reading from Mysql & writting in PGsql