SYSTEM CATALOGS / SYSTEM CATALOGS
pg_foreign_server
Read PG 18 manual ↗The catalog pg_foreign_server stores foreign server definitions.
- Kind
- System catalogs
- Columns in this snapshot
- 8
- Definition source
- English manual
Columns 8
| Column | Type | Description / reference |
|---|---|---|
oid | oid | Row identifier |
srvname | name | Name of the foreign server |
srvowner | oid | Owner of the foreign server pg_authid.oid |
srvfdw | oid | OID of the foreign-data wrapper of this foreign server pg_foreign_data_wrapper.oid |
srvtype | text | Type of the server (optional) |
srvversion | text | Version of the server (optional) |
srvacl | aclitem[] | Access privileges; see Section 5.8 for details |
srvoptions | text[] | Foreign server specific options, as “keyword=value” strings |
Column history across versions
Version history 6
- PG 18 → 19changed
- PG 16 → 17changed
- PG 11 → 12changed
- PG 9.6 → 10changed
- PG 9.2 → 9.3changed
- PG 9.0 → 9.1changed
Definition snapshot: english-manuals:b5b7d940d380a857a59bed2e779… · English manual source