PG_FOREIGN_TABLE
PG_FOREIGN_TABLE records auxiliary information about foreign tables.
| Column | Type | Description |
|---|---|---|
| ftrelid | OID | OID of the foreign table |
| ftserver | OID | OID of the server where the foreign table is located |
| ftwriteonly | boolean | Whether data can be written in the foreign table |
| ftoptions | Text[] | Foreign table options |
Feedback
Was this page helpful?
Provide feedbackThank you very much for your feedback. We will continue working to improve the documentation.