Skip to content
This documentation is sourced from a third-party project and is not maintained by pgEdge.

`pg_publication_sequences`

pg_publication_sequences

The view pg_publication_sequences provides information about the mapping between publications and sequences.

Table: pg_publication_sequences Columns

Column Type

Description

pubname name (references pg_publication.pubname)

Name of publication

schemaname name (references pg_namespace.nspname)

Name of schema containing sequence

sequencename name (references pg_class.relname)

Name of sequence