1
0
mirror of https://github.com/postgres/postgres.git synced 2025-07-30 11:03:19 +03:00

Mark features related to WITH/SELECT as supported.

This commit is contained in:
Peter Eisentraut
2008-11-27 11:29:01 +00:00
parent 58bece7a60
commit 294e794515

View File

@ -400,10 +400,10 @@ T061 UCS support NO
T071 BIGINT data type YES T071 BIGINT data type YES
T101 Enhanced nullability determiniation NO T101 Enhanced nullability determiniation NO
T111 Updatable joins, unions, and columns NO T111 Updatable joins, unions, and columns NO
T121 WITH (excluding RECURSIVE) in query expression NO T121 WITH (excluding RECURSIVE) in query expression YES
T122 WITH (excluding RECURSIVE) in subquery NO T122 WITH (excluding RECURSIVE) in subquery YES
T131 Recursive query NO T131 Recursive query YES
T132 Recursive query in subquery NO T132 Recursive query in subquery YES
T141 SIMILAR predicate YES T141 SIMILAR predicate YES
T151 DISTINCT predicate YES T151 DISTINCT predicate YES
T152 DISTINCT predicate with negation YES T152 DISTINCT predicate with negation YES