diff options
Diffstat (limited to 'doc/src/sgml')
| -rw-r--r-- | doc/src/sgml/features.sgml | 22 |
1 files changed, 11 insertions, 11 deletions
diff --git a/doc/src/sgml/features.sgml b/doc/src/sgml/features.sgml index 55423b79eff..9adb1a26201 100644 --- a/doc/src/sgml/features.sgml +++ b/doc/src/sgml/features.sgml @@ -1,5 +1,5 @@ <!-- -$Header: /cvsroot/pgsql/doc/src/sgml/features.sgml,v 2.4 2002/07/04 15:10:43 thomas Exp $ +$Header: /cvsroot/pgsql/doc/src/sgml/features.sgml,v 2.5 2002/07/16 00:51:37 momjian Exp $ --> <appendix id="features"> @@ -878,11 +878,6 @@ $Header: /cvsroot/pgsql/doc/src/sgml/features.sgml,v 2.4 2002/07/04 15:10:43 tho <entry></entry> </row> <row> - <entry>F291</entry> - <entry>UNIQUE predicate</entry> - <entry></entry> - </row> - <row> <entry>F302</entry> <entry>INTERSECT table operator</entry> <entry></entry> @@ -1153,11 +1148,6 @@ $Header: /cvsroot/pgsql/doc/src/sgml/features.sgml,v 2.4 2002/07/04 15:10:43 tho <entry></entry> </row> <row> - <entry>T151</entry> - <entry>DISTINCT predicate</entry> - <entry></entry> - </row> - <row> <entry>T191</entry> <entry>Referential action RESTRICT</entry> <entry></entry> @@ -1426,6 +1416,11 @@ $Header: /cvsroot/pgsql/doc/src/sgml/features.sgml,v 2.4 2002/07/04 15:10:43 tho <entry></entry> </row> <row> + <entry>F291</entry> + <entry>UNIQUE predicate</entry> + <entry></entry> + </row> + <row> <entry>F301</entry> <entry>CORRESPONDING in query expressions</entry> <entry></entry> @@ -1708,6 +1703,11 @@ $Header: /cvsroot/pgsql/doc/src/sgml/features.sgml,v 2.4 2002/07/04 15:10:43 tho <entry></entry> </row> <row> + <entry>T151</entry> + <entry>DISTINCT predicate</entry> + <entry></entry> + </row> + <row> <entry>T171</entry> <entry>LIKE clause in table definition</entry> <entry>CREATE TABLE T1 (LIKE T2)</entry> |
