PostgreSQL
51.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 51.25. pg_foreign_table
Columns
Column Type Description |
---|
OID of the |
OID of the foreign server for this foreign table |
Foreign table options, as “[.quote]#keyword=value”# strings |
+
Prev | Up | Next |
---|---|---|
51.24. |
51.26. |
Submit correction
If you see anything in the documentation that is not correct, does not match your experience with the particular feature or requires further clarification, please use this form to report a documentation issue.
Copyright © 1996-2023 The PostgreSQL Global Development Group