aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorPeter Eisentraut <peter_e@gmx.net>2018-05-21 15:29:22 -0400
committerPeter Eisentraut <peter_e@gmx.net>2018-05-21 15:29:22 -0400
commit4f72ca14de87eccd2bc622fcbc109a3e7bfccb77 (patch)
tree69bf2e7533c202b69bb23ddde603e80d3ed01ac1 /src
parentca797f5c049db4adf27495adef1d91b71f0d481c (diff)
downloadpostgresql-4f72ca14de87eccd2bc622fcbc109a3e7bfccb77.tar.gz
postgresql-4f72ca14de87eccd2bc622fcbc109a3e7bfccb77.zip
Update SQL features list
Diffstat (limited to 'src')
-rw-r--r--src/backend/catalog/sql_features.txt6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/backend/catalog/sql_features.txt b/src/backend/catalog/sql_features.txt
index 20d61f37803..aeb262a5b0e 100644
--- a/src/backend/catalog/sql_features.txt
+++ b/src/backend/catalog/sql_features.txt
@@ -452,9 +452,9 @@ T301 Functional dependencies NO partially supported
T312 OVERLAY function YES
T321 Basic SQL-invoked routines NO
T321 Basic SQL-invoked routines 01 User-defined functions with no overloading YES
-T321 Basic SQL-invoked routines 02 User-defined stored procedures with no overloading NO
+T321 Basic SQL-invoked routines 02 User-defined stored procedures with no overloading YES
T321 Basic SQL-invoked routines 03 Function invocation YES
-T321 Basic SQL-invoked routines 04 CALL statement NO
+T321 Basic SQL-invoked routines 04 CALL statement YES
T321 Basic SQL-invoked routines 05 RETURN statement NO
T321 Basic SQL-invoked routines 06 ROUTINES view YES
T321 Basic SQL-invoked routines 07 PARAMETERS view YES
@@ -480,7 +480,7 @@ T495 Combined data change and retrieval NO different syntax
T501 Enhanced EXISTS predicate YES
T502 Period predicates NO
T511 Transaction counts NO
-T521 Named arguments in CALL statement NO
+T521 Named arguments in CALL statement YES
T522 Default values for IN parameters of SQL-invoked procedures NO supported except DEFAULT key word in invocation
T551 Optional key words for default syntax YES
T561 Holdable locators NO