pgsql: > I have installed your patch and adjusted the names of the

From: momjian(at)svr1(dot)postgresql(dot)org (Bruce Momjian)
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: > I have installed your patch and adjusted the names of the
Date: 2004-12-02 22:51:31
Message-ID: 20041202225131.134FE3A58FE@svr1.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Log Message:
-----------
> I have installed your patch and adjusted the names of the standards
> throughout to the spellings suggested by your book.

Great.

A follow-up patch for current CVS HEAD is attached, and available at
http://troels.arvin.dk/db/pgsql/conformance/pgsql-sql-conformance-
followup.patch

The patch
- includes a core feature ID that had been left
out by mistake (C011)
- updates the sql_feature_packages.txt table to
reflect changes in SQL:2003 which were not
covered properly in my last patch

Troels Arvin

Modified Files:
--------------
pgsql/src/backend/catalog:
sql_feature_packages.txt (r1.2 -> r1.3)
(http://developer.postgresql.org/cvsweb.cgi/pgsql/src/backend/catalog/sql_feature_packages.txt.diff?r1=1.2&r2=1.3)
sql_features.txt (r1.11 -> r1.12)
(http://developer.postgresql.org/cvsweb.cgi/pgsql/src/backend/catalog/sql_features.txt.diff?r1=1.11&r2=1.12)

Browse pgsql-committers by date

  From Date Subject
Next Message Bruce Momjian 2004-12-02 23:11:34 pgsql: Add: < > o Fix problem with shared memory on the Win32
Previous Message Bruce Momjian 2004-12-02 22:48:14 pgsql: > > 8.0beta3 has pg_autovacuum included, when I want to run this