aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPeter Eisentraut <peter@eisentraut.org>2024-02-23 14:40:25 +0100
committerPeter Eisentraut <peter@eisentraut.org>2024-02-23 14:40:25 +0100
commita6155c43cc82af2816af563704c9dcb78b09a779 (patch)
tree8f583ae6eb29c3f375075eaec9e6b5d8d68b7853
parenta3f5d2056ceba95d94607be3138fa52499a957e6 (diff)
downloadpostgresql-a6155c43cc82af2816af563704c9dcb78b09a779.tar.gz
postgresql-a6155c43cc82af2816af563704c9dcb78b09a779.zip
Fix mistake in SQL features list
Fix for c9f57541d97: Feature F302-02 was renamed to F305, but that commit failed to delete the old line. Reported-by: Satoru Koizumi (小泉 悟) <koizumistr@minos.ocn.ne.jp> Discussion: https://www.postgresql.org/message-id/flat/170866661469.645.14101429540172934386%40wrigleys.postgresql.org
-rw-r--r--src/backend/catalog/sql_features.txt1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/backend/catalog/sql_features.txt b/src/backend/catalog/sql_features.txt
index b33065d7bf7..784e0e28ed5 100644
--- a/src/backend/catalog/sql_features.txt
+++ b/src/backend/catalog/sql_features.txt
@@ -231,7 +231,6 @@ F292 UNIQUE null treatment YES
F301 CORRESPONDING in query expressions NO
F302 INTERSECT table operator YES
F303 INTERSECT DISTINCT table operator YES
-F302 INTERSECT table operator 02 INTERSECT ALL table operator YES
F304 EXCEPT ALL table operator YES
F305 INTERSECT ALL table operator YES
F311 Schema definition statement YES