From: Peter Eisentraut Date: Fri, 6 May 2022 07:17:38 +0000 (+0200) Subject: Update SQL features X-Git-Tag: REL_15_BETA1~77 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=7e367924e33e47e0b0b135b0649c406a589bd496;p=thirdparty%2Fpostgresql.git Update SQL features Update a few items that have become supported or mostly supported but weren't updated at the time. --- diff --git a/src/backend/catalog/sql_features.txt b/src/backend/catalog/sql_features.txt index 910c40d3e4d..0a9c7df4f49 100644 --- a/src/backend/catalog/sql_features.txt +++ b/src/backend/catalog/sql_features.txt @@ -28,7 +28,7 @@ B124 Routine language Fortran NO B125 Routine language MUMPS NO B126 Routine language Pascal NO B127 Routine language PL/I NO -B128 Routine language SQL NO +B128 Routine language SQL YES B200 Polymorphic table functions NO B201 More than one PTF generic table parameter NO B202 PTF Copartitioning NO @@ -364,9 +364,9 @@ S051 Create table of type NO partially supported S071 SQL paths in function and type name resolution YES S081 Subtables NO S091 Basic array support NO partially supported -S091 Basic array support 01 Arrays of built-in data types NO +S091 Basic array support 01 Arrays of built-in data types YES S091 Basic array support 02 Arrays of distinct types NO -S091 Basic array support 03 Array expressions NO +S091 Basic array support 03 Array expressions YES S092 Arrays of user-defined types YES S094 Arrays of reference types NO S095 Array constructors by query YES @@ -463,12 +463,12 @@ T281 SELECT privilege with column granularity YES T285 Enhanced derived column names YES T301 Functional dependencies NO partially supported T312 OVERLAY function YES -T321 Basic SQL-invoked routines NO +T321 Basic SQL-invoked routines NO partially supported 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 YES T321 Basic SQL-invoked routines 03 Function invocation YES T321 Basic SQL-invoked routines 04 CALL statement YES -T321 Basic SQL-invoked routines 05 RETURN statement NO +T321 Basic SQL-invoked routines 05 RETURN statement YES T321 Basic SQL-invoked routines 06 ROUTINES view YES T321 Basic SQL-invoked routines 07 PARAMETERS view YES T322 Declared data type attributes NO