pgsql: Change references to SQL/XML:2003 to :2008 and renumber sections

From: Peter Eisentraut <peter_e(at)gmx(dot)net>
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Change references to SQL/XML:2003 to :2008 and renumber sections
Date: 2010-10-15 19:57:47
Message-ID: E1P6qPT-0001dk-OP@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Change references to SQL/XML:2003 to :2008 and renumber sections accordingly

Branch
------
master

Details
-------
http://git.postgresql.org/gitweb?p=postgresql.git;a=commitdiff;h=3cde44374ac6cd83915d34042a10030a3bbfcd31

Modified Files
--------------
src/backend/utils/adt/xml.c | 77 +++++++++++++++++++++----------------------
1 files changed, 38 insertions(+), 39 deletions(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Tom Lane 2010-10-15 23:56:14 pgsql: Allow WITH clauses to be attached to INSERT, UPDATE, DELETE stat
Previous Message Tom Lane 2010-10-15 19:49:20 pgsql: Document the DISTINCT noise word in the UNION/INTERSECT/EXCEPT c