Re: bytea hex input/output

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: Bruce Momjian <pgman(at)candle(dot)pha(dot)pa(dot)us>
Cc: Michael Artz <mlartz(at)gmail(dot)com>, pgsql-general(at)postgresql(dot)org
Subject: Re: bytea hex input/output
Date: 2006-05-17 03:34:18
Message-ID: 15190.1147836858@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

Bruce Momjian <pgman(at)candle(dot)pha(dot)pa(dot)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

In response to

Browse pgsql-general by date

  From Date Subject
Next Message Tim Allen 2006-05-17 03:59:44 Re: Announce: GPL Framework centered on Postgres
Previous Message Bruce Momjian 2006-05-17 03:30:09 Re: bytea hex input/output