From 293913568e6a7a86fd1479e1cff8e2ecb58d6568 Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Sat, 13 Apr 2024 15:44:03 +0200 Subject: Adding upstream version 16.2. Signed-off-by: Daniel Baumann --- .../sgml/html/infoschema-column-column-usage.html | 36 ++++++++++++++++++++++ 1 file changed, 36 insertions(+) create mode 100644 doc/src/sgml/html/infoschema-column-column-usage.html (limited to 'doc/src/sgml/html/infoschema-column-column-usage.html') diff --git a/doc/src/sgml/html/infoschema-column-column-usage.html b/doc/src/sgml/html/infoschema-column-column-usage.html new file mode 100644 index 0000000..b82b9b3 --- /dev/null +++ b/doc/src/sgml/html/infoschema-column-column-usage.html @@ -0,0 +1,36 @@ + +37.12. column_column_usage

37.12. column_column_usage #

+ The view column_column_usage identifies all generated + columns that depend on another base column in the same table. Only tables + owned by a currently enabled role are included. +

Table 37.10. column_column_usage Columns

+ Column Type +

+

+ Description +

+ table_catalog sql_identifier +

+

+ Name of the database containing the table (always the current database) +

+ table_schema sql_identifier +

+

+ Name of the schema containing the table +

+ table_name sql_identifier +

+

+ Name of the table +

+ column_name sql_identifier +

+

+ Name of the base column that a generated column depends on +

+ dependent_column sql_identifier +

+

+ Name of the generated column +


\ No newline at end of file -- cgit v1.2.3