Skip to content

Commit 7fb9b5d

Browse files
committed
This fixes 2 inaccuracies in the recently added SQL99 feature list docs.
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
1 parent b52790b commit 7fb9b5d

File tree

2 files changed

+13
-12
lines changed

2 files changed

+13
-12
lines changed

config/docbook.m4

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# $Header: /cvsroot/pgsql/config/docbook.m4,v 1.3 2002/04/14 17:23:20 petere Exp $
1+
# $Header: /cvsroot/pgsql/config/docbook.m4,v 1.4 2002/07/16 00:51:37 momjian Exp $
22

33
# PGAC_PROG_JADE
44
# --------------
@@ -59,6 +59,7 @@ else
5959
sgml/stylesheets/nwalsh-modular \
6060
sgml/stylesheets/docbook \
6161
sgml/docbook/dsssl/modular \
62+
sgml/docbook/stylesheet/dsssl/modular \
6263
sgml/docbook/dsssl-stylesheets
6364
do
6465
pgac_candidate=$pgac_prefix/$pgac_infix/$pgac_postfix

doc/src/sgml/features.sgml

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<!--
2-
$Header: /cvsroot/pgsql/doc/src/sgml/features.sgml,v 2.4 2002/07/04 15:10:43 thomas Exp $
2+
$Header: /cvsroot/pgsql/doc/src/sgml/features.sgml,v 2.5 2002/07/16 00:51:37 momjian Exp $
33
-->
44

55
<appendix id="features">
@@ -877,11 +877,6 @@ $Header: /cvsroot/pgsql/doc/src/sgml/features.sgml,v 2.4 2002/07/04 15:10:43 tho
877877
<entry>LIKE enhancements</entry>
878878
<entry></entry>
879879
</row>
880-
<row>
881-
<entry>F291</entry>
882-
<entry>UNIQUE predicate</entry>
883-
<entry></entry>
884-
</row>
885880
<row>
886881
<entry>F302</entry>
887882
<entry>INTERSECT table operator</entry>
@@ -1152,11 +1147,6 @@ $Header: /cvsroot/pgsql/doc/src/sgml/features.sgml,v 2.4 2002/07/04 15:10:43 tho
11521147
<entry>SIMILAR predicate</entry>
11531148
<entry></entry>
11541149
</row>
1155-
<row>
1156-
<entry>T151</entry>
1157-
<entry>DISTINCT predicate</entry>
1158-
<entry></entry>
1159-
</row>
11601150
<row>
11611151
<entry>T191</entry>
11621152
<entry>Referential action RESTRICT</entry>
@@ -1425,6 +1415,11 @@ $Header: /cvsroot/pgsql/doc/src/sgml/features.sgml,v 2.4 2002/07/04 15:10:43 tho
14251415
<entry>Domain support</entry>
14261416
<entry></entry>
14271417
</row>
1418+
<row>
1419+
<entry>F291</entry>
1420+
<entry>UNIQUE predicate</entry>
1421+
<entry></entry>
1422+
</row>
14281423
<row>
14291424
<entry>F301</entry>
14301425
<entry>CORRESPONDING in query expressions</entry>
@@ -1707,6 +1702,11 @@ $Header: /cvsroot/pgsql/doc/src/sgml/features.sgml,v 2.4 2002/07/04 15:10:43 tho
17071702
<entry>Recursive query</entry>
17081703
<entry></entry>
17091704
</row>
1705+
<row>
1706+
<entry>T151</entry>
1707+
<entry>DISTINCT predicate</entry>
1708+
<entry></entry>
1709+
</row>
17101710
<row>
17111711
<entry>T171</entry>
17121712
<entry>LIKE clause in table definition</entry>

0 commit comments

Comments
 (0)