PG_FOREIGN_TABLE
PG_FOREIGN_TABLE records auxiliary information about foreign tables.
| Name | 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 |
Last Article: PG_FOREIGN_SERVER
Next Article: PG_INDEX
Did this article solve your problem?
Thank you for your score!Your feedback would help us improve the website.