_PG_FOREIGN_DATA_WRAPPERS
Displays information about a foreign-data wrapper, as shown in Table 1. Only the sysadmin user has the permission to view this view.
Name |
Type |
Description |
---|---|---|
oid |
oid |
OID of the foreign-data wrapper |
fdwowner |
oid |
OID of the owner of the foreign-data wrapper |
fdwoptions |
text[] |
Foreign-data wrapper specific option, expressed in a string in the format of keyword=value |
foreign_data_wrapper_catalog |
information_schema.sql_identifier |
Name of the database where the foreign-data wrapper is located (always the current database) |
foreign_data_wrapper_name |
information_schema.sql_identifier |
Name of the foreign-data wrapper |
authorization_identifier |
information_schema.sql_identifier |
Role of the owner of the foreign-data wrapper |
foreign_data_wrapper_language |
information_schema.character_data |
Programming language of the foreign-data wrapper |
Feedback
Was this page helpful?
Provide feedbackThank you very much for your feedback. We will continue working to improve the documentation.See the reply and handling status in My Cloud VOC.
For any further questions, feel free to contact us through the chatbot.
Chatbot