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
-# $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
# --------------
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
LIKE enhancements
- |
- F291
- UNIQUE predicate
-
-
|
F302
INTERSECT table operator
SIMILAR predicate
- |
- T151
- DISTINCT predicate
-
-
|
T191
Referential action RESTRICT
Domain support
+ |
+ F291
+ UNIQUE predicate
+
+
|
F301
CORRESPONDING in query expressions
Recursive query
+ |
+ T151
+ DISTINCT predicate
+
+
|
T171
LIKE clause in table definition