aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorPeter Eisentraut <peter@eisentraut.org>2020-03-29 08:56:41 +0200
committerPeter Eisentraut <peter@eisentraut.org>2020-03-29 08:56:41 +0200
commitb79911dc8c0dc3b864999b9a17333716d602c6a0 (patch)
tree0e34864bfacd2f679e30e8a11614fa50fe58cea8 /src
parent2dc16efedc767aec38368d215eb7695b87a054b5 (diff)
downloadpostgresql-b79911dc8c0dc3b864999b9a17333716d602c6a0.tar.gz
postgresql-b79911dc8c0dc3b864999b9a17333716d602c6a0.zip
Update SQL features
Change F181 to supported. It requires that an embedded C program can be split across multiple files, which ECPG easily supports.
Diffstat (limited to 'src')
-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 d811beb7fa6..7cd7418db60 100644
--- a/src/backend/catalog/sql_features.txt
+++ b/src/backend/catalog/sql_features.txt
@@ -206,7 +206,7 @@ F131 Grouped operations 03 Set functions supported in queries with grouped views
F131 Grouped operations 04 Subqueries with GROUP BY and HAVING clauses and grouped views YES
F131 Grouped operations 05 Single row SELECT with GROUP BY and HAVING clauses and grouped views YES
F171 Multiple schemas per user YES
-F181 Multiple module support NO
+F181 Multiple module support YES
F191 Referential delete actions YES
F200 TRUNCATE TABLE statement YES
F201 CAST function YES