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 --- doc/src/sgml/html/catalog-pg-foreign-table.html | 32 +++++++++++++++++++++++++ 1 file changed, 32 insertions(+) create mode 100644 doc/src/sgml/html/catalog-pg-foreign-table.html (limited to 'doc/src/sgml/html/catalog-pg-foreign-table.html') diff --git a/doc/src/sgml/html/catalog-pg-foreign-table.html b/doc/src/sgml/html/catalog-pg-foreign-table.html new file mode 100644 index 0000000..2146cf9 --- /dev/null +++ b/doc/src/sgml/html/catalog-pg-foreign-table.html @@ -0,0 +1,32 @@ + +53.25. pg_foreign_table

53.25. pg_foreign_table

+ The catalog pg_foreign_table contains + auxiliary information about foreign tables. A foreign table is + primarily represented by a + pg_class + entry, just like a regular table. Its pg_foreign_table + entry contains the information that is pertinent only to foreign tables + and not any other kind of relation. +

Table 53.25. pg_foreign_table Columns

+ Column Type +

+

+ Description +

+ ftrelid oid + (references pg_class.oid) +

+

+ The OID of the pg_class entry for this foreign table +

+ ftserver oid + (references pg_foreign_server.oid) +

+

+ OID of the foreign server for this foreign table +

+ ftoptions text[] +

+

+ Foreign table options, as keyword=value strings +


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