Skip to content

Commit c7eea66

Browse files
author
Thomas G. Lockhart
committed
Move INTERSECT DISTINCT to the supported category. Error in docs.
1 parent 3722dee commit c7eea66

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

doc/src/sgml/features.sgml

Lines changed: 6 additions & 6 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.3 2002/06/22 02:04:55 thomas Exp $
2+
$Header: /cvsroot/pgsql/doc/src/sgml/features.sgml,v 2.4 2002/07/04 15:10:43 thomas Exp $
33
-->
44

55
<appendix id="features">
@@ -887,6 +887,11 @@ $Header: /cvsroot/pgsql/doc/src/sgml/features.sgml,v 2.3 2002/06/22 02:04:55 tho
887887
<entry>INTERSECT table operator</entry>
888888
<entry></entry>
889889
</row>
890+
<row>
891+
<entry>F302-01</entry>
892+
<entry>INTERSECT DISTINCT table operator</entry>
893+
<entry></entry>
894+
</row>
890895
<row>
891896
<entry>F302-02</entry>
892897
<entry>INTERSECT ALL table operator</entry>
@@ -1425,11 +1430,6 @@ $Header: /cvsroot/pgsql/doc/src/sgml/features.sgml,v 2.3 2002/06/22 02:04:55 tho
14251430
<entry>CORRESPONDING in query expressions</entry>
14261431
<entry></entry>
14271432
</row>
1428-
<row>
1429-
<entry>F302-01</entry>
1430-
<entry>INTERSECT DISTINCT table operator</entry>
1431-
<entry>Syntax accepted</entry>
1432-
</row>
14331433
<row>
14341434
<entry>F381</entry>
14351435
<entry>Extended schema manipulation</entry>

0 commit comments

Comments
 (0)