aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPeter Eisentraut <peter@eisentraut.org>2020-03-27 08:36:08 +0100
committerPeter Eisentraut <peter@eisentraut.org>2020-03-27 08:36:08 +0100
commit8d1b9648c5861dd14773e551f0b0f37f7ff22820 (patch)
tree21f84475c27b596c2a7e4a2e388ed05afff8169f
parent8f59f6b9c0376173a072e4fb7de1edd6a26e6b52 (diff)
downloadpostgresql-8d1b9648c5861dd14773e551f0b0f37f7ff22820.tar.gz
postgresql-8d1b9648c5861dd14773e551f0b0f37f7ff22820.zip
Update SQL features
Change F311 to supported. This was already accomplished when subfeature F311-04 (WITH CHECK OPTION) was added, but the top-level feature wasn't updated at the time.
-rw-r--r--src/backend/catalog/sql_features.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/backend/catalog/sql_features.txt b/src/backend/catalog/sql_features.txt
index 49d5b90d4f2..d811beb7fa6 100644
--- a/src/backend/catalog/sql_features.txt
+++ b/src/backend/catalog/sql_features.txt
@@ -233,7 +233,7 @@ F302 INTERSECT table operator YES
F302 INTERSECT table operator 01 INTERSECT DISTINCT table operator YES
F302 INTERSECT table operator 02 INTERSECT ALL table operator YES
F304 EXCEPT ALL table operator YES
-F311 Schema definition statement NO
+F311 Schema definition statement YES
F311 Schema definition statement 01 CREATE SCHEMA YES
F311 Schema definition statement 02 CREATE TABLE for persistent base tables YES
F311 Schema definition statement 03 CREATE VIEW YES