diff options
author | Thomas G. Lockhart <lockhart@fourpalms.org> | 2002-07-04 15:10:43 +0000 |
---|---|---|
committer | Thomas G. Lockhart <lockhart@fourpalms.org> | 2002-07-04 15:10:43 +0000 |
commit | c7eea66c392cd3f5c914ed135d01a2e20ecb1f92 (patch) | |
tree | a25bea531044becd16bf686346481f09f86c49be /doc/src | |
parent | 3722dee6d931e44c182a3466884c1cf1011bc86f (diff) | |
download | postgresql-c7eea66c392cd3f5c914ed135d01a2e20ecb1f92.tar.gz postgresql-c7eea66c392cd3f5c914ed135d01a2e20ecb1f92.zip |
Move INTERSECT DISTINCT to the supported category. Error in docs.
Diffstat (limited to 'doc/src')
-rw-r--r-- | doc/src/sgml/features.sgml | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/doc/src/sgml/features.sgml b/doc/src/sgml/features.sgml index 06b4f4e0acd..55423b79eff 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.3 2002/06/22 02:04:55 thomas Exp $ +$Header: /cvsroot/pgsql/doc/src/sgml/features.sgml,v 2.4 2002/07/04 15:10:43 thomas Exp $ --> <appendix id="features"> @@ -888,6 +888,11 @@ $Header: /cvsroot/pgsql/doc/src/sgml/features.sgml,v 2.3 2002/06/22 02:04:55 tho <entry></entry> </row> <row> + <entry>F302-01</entry> + <entry>INTERSECT DISTINCT table operator</entry> + <entry></entry> + </row> + <row> <entry>F302-02</entry> <entry>INTERSECT ALL table operator</entry> <entry></entry> @@ -1426,11 +1431,6 @@ $Header: /cvsroot/pgsql/doc/src/sgml/features.sgml,v 2.3 2002/06/22 02:04:55 tho <entry></entry> </row> <row> - <entry>F302-01</entry> - <entry>INTERSECT DISTINCT table operator</entry> - <entry>Syntax accepted</entry> - </row> - <row> <entry>F381</entry> <entry>Extended schema manipulation</entry> <entry></entry> |