From 6eb9c5a5657d1fe77b55cc261450f3538d35a94d Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Sat, 4 May 2024 14:19:15 +0200 Subject: Adding upstream version 13.4. Signed-off-by: Daniel Baumann --- .../html/infoschema-foreign-table-options.html | 37 ++++++++++++++++++++++ 1 file changed, 37 insertions(+) create mode 100644 doc/src/sgml/html/infoschema-foreign-table-options.html (limited to 'doc/src/sgml/html/infoschema-foreign-table-options.html') diff --git a/doc/src/sgml/html/infoschema-foreign-table-options.html b/doc/src/sgml/html/infoschema-foreign-table-options.html new file mode 100644 index 0000000..514d7a6 --- /dev/null +++ b/doc/src/sgml/html/infoschema-foreign-table-options.html @@ -0,0 +1,37 @@ + +36.30. foreign_table_options

36.30. foreign_table_options

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

Table 36.28. foreign_table_options Columns

+ Column Type +

+

+ Description +

+ foreign_table_catalog sql_identifier +

+

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

+ foreign_table_schema sql_identifier +

+

+ Name of the schema that contains the foreign table +

+ foreign_table_name sql_identifier +

+

+ Name of the foreign table +

+ 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