SYSTEM CATALOGS / SYSTEM VIEWS
pg_publication_sequences
Read PG 20 devel manual ↗The view pg_publication_sequences provides information about the mapping between publications and sequences.
Development snapshot. These definitions may change before release.
- Kind
- System views
- Columns in this snapshot
- 3
- Definition source
- English manual
Columns 3
| Column | Type | Description / reference |
|---|---|---|
pubname | name | Name of publication pg_publication.pubname |
schemaname | name | Name of schema containing sequence pg_namespace.nspname |
sequencename | name | Name of sequence pg_class.relname |
Column history across versions
Version history 1
- PG 18 → 19added
Definition snapshot: english-manuals:8b81b82f51c2a06c541a5b5ba09… · English manual source