2 35.12. column_column_usage #
4 The view column_column_usage identifies all generated columns that
5 depend on another base column in the same table. Only tables owned by a
6 currently enabled role are included.
8 Table 35.10. column_column_usage Columns
14 table_catalog sql_identifier
16 Name of the database containing the table (always the current database)
18 table_schema sql_identifier
20 Name of the schema containing the table
22 table_name sql_identifier
26 column_name sql_identifier
28 Name of the base column that a generated column depends on
30 dependent_column sql_identifier
32 Name of the generated column