PG_FOREIGN_TABLE
PG_FOREIGN_TABLE records auxiliary information about foreign tables.
Name |
Type |
Description |
---|---|---|
ftrelid |
oid |
ID of a foreign table. |
ftserver |
oid |
Server where the foreign table is located. |
ftwriteonly |
boolean |
Specifies whether the foreign table is writable. Values are as follows:
|
ftoptions |
text[] |
Options of a foreign table. For details, see the description of CREATE FOREIGN TABLE. |
Feedback
Was this page helpful?
Provide feedbackThank you very much for your feedback. We will continue working to improve the documentation.