1
0
mirror of https://github.com/postgres/postgres.git synced 2025-05-29 16:21:20 +03:00

Feature T152 "DISTINCT predicate with negation" is supported.

This commit is contained in:
Peter Eisentraut 2008-10-20 13:58:18 +00:00
parent 77db9d9ff2
commit a3bf6d2cf5

View File

@ -406,7 +406,7 @@ T131 Recursive query NO
T132 Recursive query in subquery NO T132 Recursive query in subquery NO
T141 SIMILAR predicate YES T141 SIMILAR predicate YES
T151 DISTINCT 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 T171 LIKE clause in table definition YES
T172 AS subquery clause in table definition NO T172 AS subquery clause in table definition NO
T173 Extended LIKE clause in table definition NO T173 Extended LIKE clause in table definition NO