pg_publication_sequences — PostgreSQL system view

The PostgreSQL pg_publication_sequences system view: full column reference (names, types, descriptions), catalog relationships and version support.

Summary

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

(Description quoted from the official PostgreSQL documentation.)

Columns

The pg_publication_sequences system view exposes the following columns (names, types and descriptions are taken verbatim from the PostgreSQL documentation):

Related catalogs

This object references the following other system catalogs:

Version applicability

Present in PostgreSQL 19 (verified against each release’s documentation). This object was introduced in PostgreSQL 19.

Related & references

Reference: PostgreSQL documentation — pg_publication_sequences.