From 091bda0188250c9802cebca066b4ca9e049616e6 Mon Sep 17 00:00:00 2001 From: Peter Eisentraut Date: Wed, 2 Mar 2011 23:10:41 +0200 Subject: Add collations to information_schema.usage_privileges This is faked information like for domains. --- doc/src/sgml/information_schema.sgml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'doc/src') diff --git a/doc/src/sgml/information_schema.sgml b/doc/src/sgml/information_schema.sgml index aa6f852a8a3..eba3a0a25da 100644 --- a/doc/src/sgml/information_schema.sgml +++ b/doc/src/sgml/information_schema.sgml @@ -3560,7 +3560,7 @@ ORDER BY c.ordinal_position; object_type character_data - DOMAIN or FOREIGN DATA WRAPPER or FOREIGN SERVER + COLLATION or DOMAIN or FOREIGN DATA WRAPPER or FOREIGN SERVER @@ -5497,15 +5497,15 @@ ORDER BY c.ordinal_position; USAGE privileges granted on various kinds of objects to a currently enabled role or by a currently enabled role. In PostgreSQL, this currently applies to - domains, foreign-data wrappers, and foreign servers. There is one + collations, domains, foreign-data wrappers, and foreign servers. There is one row for each combination of object, grantor, and grantee. - Since domains do not have real privileges + Since collations and domains do not have real privileges in PostgreSQL, this view shows implicit non-grantable USAGE privileges granted by the - owner to PUBLIC for all domains. The other + owner to PUBLIC for all collations and domains. The other object types, however, show real privileges. @@ -5556,7 +5556,7 @@ ORDER BY c.ordinal_position; object_type character_data - DOMAIN or FOREIGN DATA WRAPPER or FOREIGN SERVER + COLLATION or DOMAIN or FOREIGN DATA WRAPPER or FOREIGN SERVER -- cgit v1.2.3