]> begriffs open source - ai-pg/blob - full-docs/txt/infoschema-column-column-usage.txt
Convert HTML docs to more streamlined TXT
[ai-pg] / full-docs / txt / infoschema-column-column-usage.txt
1
2 35.12. column_column_usage #
3
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.
7
8    Table 35.10. column_column_usage Columns
9
10    Column Type
11
12    Description
13
14    table_catalog sql_identifier
15
16    Name of the database containing the table (always the current database)
17
18    table_schema sql_identifier
19
20    Name of the schema containing the table
21
22    table_name sql_identifier
23
24    Name of the table
25
26    column_name sql_identifier
27
28    Name of the base column that a generated column depends on
29
30    dependent_column sql_identifier
31
32    Name of the generated column