53.82. pg_publication_sequences

The view pg_publication_sequences provides information about the mapping between publications and the sequences they contain. Unlike the underlying catalog pg_publication_rel, this view expands publications defined as FOR ALL SEQUENCES, so for such publications there will be a row for each eligible sequence.

Table 53.83. 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