From 5e45211a64149b3c659b90ff2de6fa982a5a93ed Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Sat, 4 May 2024 14:17:33 +0200 Subject: Adding upstream version 15.5. Signed-off-by: Daniel Baumann --- .../html/infoschema-foreign-server-options.html | 32 ++++++++++++++++++++++ 1 file changed, 32 insertions(+) create mode 100644 doc/src/sgml/html/infoschema-foreign-server-options.html (limited to 'doc/src/sgml/html/infoschema-foreign-server-options.html') diff --git a/doc/src/sgml/html/infoschema-foreign-server-options.html b/doc/src/sgml/html/infoschema-foreign-server-options.html new file mode 100644 index 0000000..9f7315e --- /dev/null +++ b/doc/src/sgml/html/infoschema-foreign-server-options.html @@ -0,0 +1,32 @@ + +37.28. foreign_server_options

37.28. foreign_server_options

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

Table 37.26. foreign_server_options Columns

+ Column Type +

+

+ Description +

+ foreign_server_catalog sql_identifier +

+

+ Name of the database that the foreign server is defined in (always the current database) +

+ foreign_server_name sql_identifier +

+

+ Name of the foreign server +

+ 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