View Single Post

   
  #9 (permalink)  
Old 04-08-2008, 07:49 PM
Peter Eisentraut
 
Posts: n/a
Default Re: Possible to run the server with ANSI/ISO string escapeing

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/

---------------------------(end of broadcast)---------------------------
TIP 7: don't forget to increase your free space map settings

Reply With Quote