Re: Unicode escapes in literals

From: Peter Eisentraut <peter_e(at)gmx(dot)net>
To: PG Hackers <pgsql-hackers(at)postgresql(dot)org>
Subject: Re: Unicode escapes in literals
Date: 2008-10-27 17:06:29
Message-ID: 4905F515.3020208@gmx.net
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

I wrote:
> SQL has the following escape syntax for it:
>
> U&'special character: \xxxx' [ UESCAPE '\' ]

Here is an in-progress patch for this. It still needs updates in the
psql scanner and possibly other scanners. But the server-side
functionality works.

Attachment Content-Type Size
uescape.diff text/plain 20.6 KB

In response to

Browse pgsql-hackers by date

  From Date Subject
Next Message Peter Eisentraut 2008-10-27 17:07:49 CREATE TABLE AS WITH NO DATA
Previous Message Jonah H. Harris 2008-10-27 17:04:57 Re: SQL/MED compatible connection manager