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 --- doc/src/sgml/html/infoschema-column-options.html | 42 ++++++++++++++++++++++++ 1 file changed, 42 insertions(+) create mode 100644 doc/src/sgml/html/infoschema-column-options.html (limited to 'doc/src/sgml/html/infoschema-column-options.html') diff --git a/doc/src/sgml/html/infoschema-column-options.html b/doc/src/sgml/html/infoschema-column-options.html new file mode 100644 index 0000000..d19bebd --- /dev/null +++ b/doc/src/sgml/html/infoschema-column-options.html @@ -0,0 +1,42 @@ + +37.14. column_options

37.14. column_options #

+ The view column_options contains all the + options defined for foreign table columns in the current database. Only + those foreign table columns are shown that the current user has access to + (by way of being the owner or having some privilege). +

Table 37.12. column_options Columns

+ Column Type +

+

+ Description +

+ table_catalog sql_identifier +

+

+ Name of the database that contains the foreign table (always the current database) +

+ table_schema sql_identifier +

+

+ Name of the schema that contains the foreign table +

+ table_name sql_identifier +

+

+ Name of the foreign table +

+ column_name sql_identifier +

+

+ Name of the column +

+ option_name sql_identifier +

+

+ Name of an option +

+ option_value character_data +

+

+ Value of the option +


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