summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorPeter Eisentraut <peter_e@gmx.net>2008-11-27 11:29:01 +0000
committerPeter Eisentraut <peter_e@gmx.net>2008-11-27 11:29:01 +0000
commit294e794515ec15aaaa88db2af254c96b27d984c8 (patch)
tree77cb756d37c4be85afb4162c3c059759ee0e5bd9 /src
parent58bece7a60aea481caec016ef29d0524c7e25dc7 (diff)
Mark features related to WITH/SELECT as supported.
Diffstat (limited to 'src')
-rw-r--r--src/backend/catalog/sql_features.txt8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/backend/catalog/sql_features.txt b/src/backend/catalog/sql_features.txt
index 99957d260a9..ebc6a2fb822 100644
--- a/src/backend/catalog/sql_features.txt
+++ b/src/backend/catalog/sql_features.txt
@@ -400,10 +400,10 @@ T061 UCS support NO
T071 BIGINT data type YES
T101 Enhanced nullability determiniation NO
T111 Updatable joins, unions, and columns NO
-T121 WITH (excluding RECURSIVE) in query expression NO
-T122 WITH (excluding RECURSIVE) in subquery NO
-T131 Recursive query NO
-T132 Recursive query in subquery NO
+T121 WITH (excluding RECURSIVE) in query expression YES
+T122 WITH (excluding RECURSIVE) in subquery YES
+T131 Recursive query YES
+T132 Recursive query in subquery YES
T141 SIMILAR predicate YES
T151 DISTINCT predicate YES
T152 DISTINCT predicate with negation YES