Re: Unicode string literals versus the world

From: Peter Eisentraut <peter_e(at)gmx(dot)net>
To: pgsql-hackers(at)postgresql(dot)org
Cc: Marko Kreen <markokr(at)gmail(dot)com>, Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
Subject: Re: Unicode string literals versus the world
Date: 2009-04-14 18:34:51
Message-ID: 200904142134.52823.peter_e@gmx.net
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

On Tuesday 14 April 2009 17:13:00 Marko Kreen wrote:
> If the parsing does not happen in 2 passes and it does not take account
> of stdstr setting then the default breakage would be:
>
> stdstr=off, U&' \' UESCAPE '!'.

I think we can handle that and the cases Tom presents by erroring out when the
U& syntax is used with stdstr off.

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Peter Eisentraut 2009-04-14 18:37:20 Re: Unicode string literals versus the world
Previous Message David E. Wheeler 2009-04-14 18:32:57 Re: Unicode support