_PG_FOREIGN_TABLE_COLUMNS
_PG_FOREIGN_TABLE_COLUMNS displays column information about a foreign table. Only the SYSADMIN user has the permission to view this view.
| Name | Type | Description |
| nspname | name | Schema name |
| relname | name | Table name |
| attname | name | Column name |
| attfdwoptions | text[] | Attribute-level foreign data wrapper options, expressed in a string in the format of keyword=value |
Feedback
Was this page helpful?
Provide feedbackThank you very much for your feedback. We will continue working to improve the documentation.