pgsql: Surrogate pair support for U& string and identifier syntax This

From: petere(at)postgresql(dot)org (Peter Eisentraut)
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Surrogate pair support for U& string and identifier syntax This
Date: 2009-09-21 22:22:07
Message-ID: 20090921222207.85C0F753FB7@cvs.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Log Message:
-----------
Surrogate pair support for U& string and identifier syntax

This is mainly to make the functionality consistent with the proposed \u
escape syntax.

Modified Files:
--------------
pgsql/doc/src/sgml:
syntax.sgml (r1.134 -> r1.135)
(http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/doc/src/sgml/syntax.sgml?r1=1.134&r2=1.135)
pgsql/src/backend/parser:
scan.l (r1.157 -> r1.158)
(http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/src/backend/parser/scan.l?r1=1.157&r2=1.158)

Browse pgsql-committers by date

  From Date Subject
Next Message Tom Lane 2009-09-22 15:46:35 pgsql: Fix crash if a DROP is attempted on an internally-dependent
Previous Message Bruce Momjian 2009-09-21 20:21:03 pgsql: fsync test files Prevent creation of 16GB files during fsync