From: Peter Eisentraut Date: Sun, 27 May 2012 20:34:16 +0000 (+0300) Subject: Update SQL features list X-Git-Tag: REL9_2_BETA2~17 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=388d2516792bb22d461d0b2af38730bfdcbf9027;p=postgresql Update SQL features list Set E081 Basic Privileges to supported, since by the letter of it, we support it, even though not all possible forms of USAGE privileges are implemented. --- diff --git a/src/backend/catalog/sql_features.txt b/src/backend/catalog/sql_features.txt index cbe3cd1c15..81b842c2f8 100644 --- a/src/backend/catalog/sql_features.txt +++ b/src/backend/catalog/sql_features.txt @@ -84,7 +84,7 @@ E071 Basic query expressions 02 UNION ALL table operator YES E071 Basic query expressions 03 EXCEPT DISTINCT table operator YES E071 Basic query expressions 05 Columns combined via table operators need not have exactly the same data type YES E071 Basic query expressions 06 Table operators in subqueries YES -E081 Basic Privileges NO +E081 Basic Privileges YES E081 Basic Privileges 01 SELECT privilege YES E081 Basic Privileges 02 DELETE privilege YES E081 Basic Privileges 03 INSERT privilege at the table level YES @@ -93,7 +93,7 @@ E081 Basic Privileges 05 UPDATE privilege at the column level YES E081 Basic Privileges 06 REFERENCES privilege at the table level YES E081 Basic Privileges 07 REFERENCES privilege at the column level YES E081 Basic Privileges 08 WITH GRANT OPTION YES -E081 Basic Privileges 09 USAGE privilege NO +E081 Basic Privileges 09 USAGE privilege YES E081 Basic Privileges 10 EXECUTE privilege YES E091 Set functions YES E091 Set functions 01 AVG YES