summaryrefslogtreecommitdiff
path: root/src/backend/catalog/sql_features.txt
diff options
context:
space:
mode:
authorPeter Eisentraut <peter@eisentraut.org>2021-02-27 08:11:14 +0100
committerPeter Eisentraut <peter@eisentraut.org>2021-02-27 08:13:24 +0100
commitf4adc41c4f92cc91d507b19e397140c35bb9fd71 (patch)
tree387b6ecdd5e9b4547d887b73f01689aa954f177d /src/backend/catalog/sql_features.txt
parent4e90052c46c7751779ed83627676ed5e74ebe6d4 (diff)
Enhanced cycle mark values
Per SQL:202x draft, in the CYCLE clause of a recursive query, the cycle mark values can be of type boolean and can be omitted, in which case they default to TRUE and FALSE. Reviewed-by: Vik Fearing <vik@postgresfriends.org> Discussion: https://www.postgresql.org/message-id/flat/db80ceee-6f97-9b4a-8ee8-3ba0c58e5be2@2ndquadrant.com
Diffstat (limited to 'src/backend/catalog/sql_features.txt')
-rw-r--r--src/backend/catalog/sql_features.txt1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/backend/catalog/sql_features.txt b/src/backend/catalog/sql_features.txt
index a24387c1e76..ab0895ce3c8 100644
--- a/src/backend/catalog/sql_features.txt
+++ b/src/backend/catalog/sql_features.txt
@@ -425,6 +425,7 @@ 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
+T133 Enhanced cycle mark values YES SQL:202x draft
T141 SIMILAR predicate YES
T151 DISTINCT predicate YES
T152 DISTINCT predicate with negation YES