select open change scope Open full search

PG.CENTER connects PostgreSQL documentation, reference, and ecosystem knowledge. Maintained by Pigsty.

SYSTEM CATALOGS / SYSTEM VIEWS

pg_publication_tables

Read PG 18 manual ↗

The view pg_publication_tables provides information about the mapping between publications and information of tables they contain.

Kind
System views
Columns in this snapshot
5
Definition source
English manual

Columns 5

ColumnTypeDescription / reference
pubnamenameName of publication
pg_publication.pubname
schemanamenameName of schema containing table
pg_namespace.nspname
tablenamenameName of table
pg_class.relname
attnamesname[]Names of table columns included in the publication. This contains all the columns of the table when the user didn't specify the column list for the table.
pg_attribute.attname
rowfiltertextExpression for the table's publication qualifying condition
Column history across versions
Version history 2
  1. PG 14 → 15changed
  2. PG 9.6 → 10added

Definition snapshot: english-manuals:d8b3958d1a94bb3abe6c39af8c7… · English manual source