From e612384fc78d35c3d3a8b3d27cef5181dca8430b Mon Sep 17 00:00:00 2001 From: Peter Eisentraut Date: Fri, 23 Feb 2024 14:40:25 +0100 Subject: [PATCH] Fix mistake in SQL features list MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Fix for c9f57541d97: Feature F302-02 was renamed to F305, but that commit failed to delete the old line. Reported-by: Satoru Koizumi (小泉 悟) Discussion: https://www.postgresql.org/message-id/flat/170866661469.645.14101429540172934386%40wrigleys.postgresql.org --- src/backend/catalog/sql_features.txt | 1 - 1 file changed, 1 deletion(-) diff --git a/src/backend/catalog/sql_features.txt b/src/backend/catalog/sql_features.txt index 4085a2d18d2..925d15a2c38 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