]> begriffs open source - ai-pg/blob - full-docs/txt/catalog-pg-foreign-table.txt
Convert HTML docs to more streamlined TXT
[ai-pg] / full-docs / txt / catalog-pg-foreign-table.txt
1
2 52.25. pg_foreign_table #
3
4    The catalog pg_foreign_table contains auxiliary information about
5    foreign tables. A foreign table is primarily represented by a pg_class
6    entry, just like a regular table. Its pg_foreign_table entry contains
7    the information that is pertinent only to foreign tables and not any
8    other kind of relation.
9
10    Table 52.25. pg_foreign_table Columns
11
12    Column Type
13
14    Description
15
16    ftrelid oid (references pg_class.oid)
17
18    The OID of the pg_class entry for this foreign table
19
20    ftserver oid (references pg_foreign_server.oid)
21
22    OID of the foreign server for this foreign table
23
24    ftoptions text[]
25
26    Foreign table options, as “keyword=value” strings