Re: bytea hex input/output - Mailing list pgsql-general

From Tom Lane
Subject Re: bytea hex input/output
Date
Msg-id 15190.1147836858@sss.pgh.pa.us
Whole thread Raw
In response to Re: bytea hex input/output  (Bruce Momjian <pgman@candle.pha.pa.us>)
List pgsql-general
Bruce Momjian <pgman@candle.pha.pa.us> writes:
> Tom Lane wrote:
>> No, the \nnn escape is built into the lexer's syntax for a string
>> literal (see backend/parser/scan.l),

> Should we rethink this for SQL standard strings?

We already have: \ isn't an escape anymore when
standard_conforming_strings is true.

            regards, tom lane

pgsql-general by date:

Previous
From: Bruce Momjian
Date:
Subject: Re: bytea hex input/output
Next
From: Tim Allen
Date:
Subject: Re: Announce: GPL Framework centered on Postgres