2 35.15. column_privileges #
4 The view column_privileges identifies all privileges granted on columns
5 to a currently enabled role or by a currently enabled role. There is
6 one row for each combination of column, grantor, and grantee.
8 If a privilege has been granted on an entire table, it will show up in
9 this view as a grant for each column, but only for the privilege types
10 where column granularity is possible: SELECT, INSERT, UPDATE,
13 Table 35.13. column_privileges Columns
19 grantor sql_identifier
21 Name of the role that granted the privilege
23 grantee sql_identifier
25 Name of the role that the privilege was granted to
27 table_catalog sql_identifier
29 Name of the database that contains the table that contains the column
30 (always the current database)
32 table_schema sql_identifier
34 Name of the schema that contains the table that contains the column
36 table_name sql_identifier
38 Name of the table that contains the column
40 column_name sql_identifier
44 privilege_type character_data
46 Type of the privilege: SELECT, INSERT, UPDATE, or REFERENCES
48 is_grantable yes_or_no
50 YES if the privilege is grantable, NO if not