pgsql: > I have installed your patch and adjusted the names of the - Mailing list pgsql-committers

From momjian@svr1.postgresql.org (Bruce Momjian)
Subject pgsql: > I have installed your patch and adjusted the names of the
Date
Msg-id 20041202225131.134FE3A58FE@svr1.postgresql.org
Whole thread Raw
List 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)

pgsql-committers by date:

Previous
From: momjian@svr1.postgresql.org (Bruce Momjian)
Date:
Subject: pgsql: > > 8.0beta3 has pg_autovacuum included, when I want to run this
Next
From: momjian@svr1.postgresql.org (Bruce Momjian)
Date:
Subject: pgsql: Add: < > o Fix problem with shared memory on the Win32