2 35.63. view_column_usage #
4 The view view_column_usage identifies all columns that are used in the
5 query expression of a view (the SELECT statement that defines the
6 view). A column is only included if the table that contains the column
7 is owned by a currently enabled role.
11 Columns of system tables are not included. This should be fixed
14 Table 35.61. view_column_usage Columns
20 view_catalog sql_identifier
22 Name of the database that contains the view (always the current
25 view_schema sql_identifier
27 Name of the schema that contains the view
29 view_name sql_identifier
33 table_catalog sql_identifier
35 Name of the database that contains the table that contains the column
36 that is used by the view (always the current database)
38 table_schema sql_identifier
40 Name of the schema that contains the table that contains the column
41 that is used by the view
43 table_name sql_identifier
45 Name of the table that contains the column that is used by the view
47 column_name sql_identifier
49 Name of the column that is used by the view