select open change scope Open full search

PG.CENTER connects PostgreSQL documentation, reference, and ecosystem knowledge. Maintained by Pigsty.

SYSTEM CATALOGS / SYSTEM CATALOGS

pg_foreign_data_wrapper

Read PG 18 manual ↗

The catalog pg_foreign_data_wrapper stores foreign-data wrapper definitions.

Kind
System catalogs
Columns in this snapshot
7
Definition source
English manual

Columns 7

ColumnTypeDescription / reference
oidoidRow identifier
fdwnamenameName of the foreign-data wrapper
fdwowneroidOwner of the foreign-data wrapper
pg_authid.oid
fdwhandleroidReferences a handler function that is responsible for supplying execution routines for the foreign-data wrapper. Zero if no handler is provided
pg_proc.oid
fdwvalidatoroidReferences a validator function that is responsible for checking the validity of the options given to the foreign-data wrapper, as well as options for foreign servers and user mappings using the foreign-data wrapper. Zero if no validator is provided
pg_proc.oid
fdwaclaclitem[]Access privileges; see Section 5.8 for details
fdwoptionstext[]Foreign-data wrapper specific options, as “keyword=value” strings
Column history across versions
Version history 6
  1. PG 18 → 19changed
  2. PG 16 → 17changed
  3. PG 11 → 12changed
  4. PG 9.6 → 10changed
  5. PG 9.2 → 9.3changed
  6. PG 9.0 → 9.1changed

Definition snapshot: english-manuals:7ad6657e45ff4ed909adc3fdb2c… · English manual source