]> granicus.if.org Git - postgresql/commitdiff
> I have installed your patch and adjusted the names of the standards
authorBruce Momjian <bruce@momjian.us>
Thu, 2 Dec 2004 22:51:28 +0000 (22:51 +0000)
committerBruce Momjian <bruce@momjian.us>
Thu, 2 Dec 2004 22:51:28 +0000 (22:51 +0000)
> 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

src/backend/catalog/sql_feature_packages.txt
src/backend/catalog/sql_features.txt

index a9514045b81b19bcc17bbca710005c631d5ff933..382e4aea5c24901b28286a709a64f02ce4bdae1f 100644 (file)
@@ -1,10 +1,4 @@
-B011   Core
-B012   Core
-B013   Core
-B014   Core
-B015   Core
-B016   Core
-B017   Core
+C011   Core
 E011   Core
 E021   Core
 E031   Core
@@ -31,14 +25,12 @@ F051        Core
 F052   Enhanced datetime facilities
 F081   Core
 F131   Core
+F181   Core
 F191   Enhanced integrity management
 F201   Core
 F221   Core
 F261   Core
-F302   OLAP facilities
-F304   OLAP facilities
 F311   Core
-F401   OLAP facilities
 F411   Enhanced datetime facilities
 F471   Core
 F481   Core
@@ -46,8 +38,6 @@ F491  Enhanced integrity management
 F501   Core
 F521   Enhanced integrity management
 F555   Enhanced datetime facilities
-F591   OLAP facilities
-F641   OLAP facilities
 F671   Enhanced integrity management
 F701   Enhanced integrity management
 F812   Core
@@ -64,13 +54,14 @@ S151        Basic object support
 S161   Enhanced object support
 S211   Enhanced object support
 S231   Enhanced object support
-S241   Enhanced object support
 T041   Basic object support
 T191   Enhanced integrity management
 T201   Enhanced integrity management
-T211   Enhanced integrity management
 T211   Active database
+T211   Enhanced integrity management
 T212   Enhanced integrity management
 T321   Core
 T322   PSM
-T431   OLAP facilities
+T431   OLAP
+T611   OLAP
+T631   Core
index 2a300966fcd56908934f7156124f93d21daf8212..7f7967af540ff0a635dddf14a7e58af36541003f 100644 (file)
@@ -28,6 +28,7 @@ B125  Routine language MUMPS                  NO
 B126   Routine language Pascal                 NO      
 B127   Routine language PL/I                   NO      
 B128   Routine language SQL                    NO      
+C011   Call-Level Interface                    NO      
 E011   Numeric data types                      YES     
 E011   Numeric data types      01      INTEGER and SMALLINT data types YES     
 E011   Numeric data types      02      REAL, DOUBLE PRECISION, and FLOAT data types    YES