projects
/
users
/
gsingh
/
postgres.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
77db9d9
)
Feature T152 "DISTINCT predicate with negation" is supported.
author
Peter Eisentraut
<peter_e@gmx.net>
Mon, 20 Oct 2008 13:58:18 +0000
(13:58 +0000)
committer
Peter Eisentraut
<peter_e@gmx.net>
Mon, 20 Oct 2008 13:58:18 +0000
(13:58 +0000)
src/backend/catalog/sql_features.txt
patch
|
blob
|
blame
|
history
diff --git
a/src/backend/catalog/sql_features.txt
b/src/backend/catalog/sql_features.txt
index 0f8791164a8300517103c056953652b311c00994..50a1e106ad6686b65c667b49cb0fd88f9768d043 100644
(file)
--- a/
src/backend/catalog/sql_features.txt
+++ b/
src/backend/catalog/sql_features.txt
@@
-406,7
+406,7
@@
T131 Recursive query NO
T132 Recursive query in subquery NO
T141 SIMILAR predicate YES
T151 DISTINCT predicate YES
-T152 DISTINCT predicate with negation
NO
+T152 DISTINCT predicate with negation
YES
T171 LIKE clause in table definition YES
T172 AS subquery clause in table definition NO
T173 Extended LIKE clause in table definition NO