On Sat, 27 Nov 2004 22:27:13 +0100, Peter Eisentraut wrote:

> 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

-- 
Greetings from Troels Arvin, Copenhagen, Denmark
Index: src/backend/catalog/sql_feature_packages.txt
===================================================================
RCS file: /projects/cvsroot/pgsql/src/backend/catalog/sql_feature_packages.txt,v
retrieving revision 1.2
diff -c -r1.2 sql_feature_packages.txt
*** src/backend/catalog/sql_feature_packages.txt	27 Nov 2004 21:27:08 -0000	1.2
--- src/backend/catalog/sql_feature_packages.txt	29 Nov 2004 10:03:48 -0000
***************
*** 1,10 ****
! B011	Core
! B012	Core
! B013	Core
! B014	Core
! B015	Core
! B016	Core
! B017	Core
  E011	Core
  E021	Core
  E031	Core
--- 1,4 ----
! C011	Core
  E011	Core
  E021	Core
  E031	Core
***************
*** 31,44 ****
  F052	Enhanced datetime facilities
  F081	Core
  F131	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
--- 25,36 ----
  F052	Enhanced datetime facilities
  F081	Core
  F131	Core
+ F181	Core
  F191	Enhanced integrity management
  F201	Core
  F221	Core
  F261	Core
  F311	Core
  F411	Enhanced datetime facilities
  F471	Core
  F481	Core
***************
*** 46,53 ****
  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
--- 38,43 ----
***************
*** 64,76 ****
  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
  T212	Enhanced integrity management
  T321	Core
  T322	PSM
! T431	OLAP facilities
--- 54,67 ----
  S161	Enhanced object support
  S211	Enhanced object support
  S231	Enhanced object support
  T041	Basic object support
  T191	Enhanced integrity management
  T201	Enhanced integrity management
  T211	Active database
+ T211	Enhanced integrity management
  T212	Enhanced integrity management
  T321	Core
  T322	PSM
! T431	OLAP
! T611	OLAP
! T631	Core
Index: src/backend/catalog/sql_features.txt
===================================================================
RCS file: /projects/cvsroot/pgsql/src/backend/catalog/sql_features.txt,v
retrieving revision 1.11
diff -c -r1.11 sql_features.txt
*** src/backend/catalog/sql_features.txt	27 Nov 2004 21:27:08 -0000	1.11
--- src/backend/catalog/sql_features.txt	29 Nov 2004 10:03:48 -0000
***************
*** 28,33 ****
--- 28,34 ----
  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	
---------------------------(end of broadcast)---------------------------
TIP 1: subscribe and unsubscribe commands go to [EMAIL PROTECTED]

Reply via email to