This fixes 2 inaccuracies in the recently added SQL99 feature list docs.
authorBruce Momjian
Tue, 16 Jul 2002 00:51:37 +0000 (00:51 +0000)
committerBruce Momjian
Tue, 16 Jul 2002 00:51:37 +0000 (00:51 +0000)
UNIQUE and DISTINCT predicates are both listed as implemented -- AFAIK,
neither is.

I also included another trivial patch which adds the default location
of the DSSSL stylesheets on my system (Debian unstable, docbook-dsssl
1.76) to the list of paths that configure looks for.

Neil Conway

config/docbook.m4
doc/src/sgml/features.sgml

index b0b6ce02383437f90a6a9ff0b8ca10983562369e..c2b9568ac05ed56c20c072fccef64e1f5d9f59ba 100644 (file)
@@ -1,4 +1,4 @@
-# $Header: /cvsroot/pgsql/config/docbook.m4,v 1.3 2002/04/14 17:23:20 petere Exp $
+# $Header: /cvsroot/pgsql/config/docbook.m4,v 1.4 2002/07/16 00:51:37 momjian Exp $
 
 # PGAC_PROG_JADE
 # --------------
@@ -59,6 +59,7 @@ else
         sgml/stylesheets/nwalsh-modular \
         sgml/stylesheets/docbook \
         sgml/docbook/dsssl/modular \
+        sgml/docbook/stylesheet/dsssl/modular \
         sgml/docbook/dsssl-stylesheets
       do
         pgac_candidate=$pgac_prefix/$pgac_infix/$pgac_postfix
index 55423b79effa2e25d23a3507a8da4295ecc993c1..9adb1a26201811e008d3f4e4279114105d83fa6c 100644 (file)
@@ -1,5 +1,5 @@
 
 
  
@@ -877,11 +877,6 @@ $Header: /cvsroot/pgsql/doc/src/sgml/features.sgml,v 2.4 2002/07/04 15:10:43 tho
         LIKE enhancements
         
        
-       
-        F291
-        UNIQUE predicate
-        
-       
        
         F302
         INTERSECT table operator
@@ -1152,11 +1147,6 @@ $Header: /cvsroot/pgsql/doc/src/sgml/features.sgml,v 2.4 2002/07/04 15:10:43 tho
         SIMILAR predicate
         
        
-       
-        T151
-        DISTINCT predicate
-        
-       
        
         T191
         Referential action RESTRICT
@@ -1425,6 +1415,11 @@ $Header: /cvsroot/pgsql/doc/src/sgml/features.sgml,v 2.4 2002/07/04 15:10:43 tho
         Domain support
         
        
+       
+        F291
+        UNIQUE predicate
+        
+       
        
         F301
         CORRESPONDING in query expressions
@@ -1707,6 +1702,11 @@ $Header: /cvsroot/pgsql/doc/src/sgml/features.sgml,v 2.4 2002/07/04 15:10:43 tho
         Recursive query
         
        
+       
+        T151
+        DISTINCT predicate
+        
+       
        
         T171
         LIKE clause in table definition