Publication
A group of tables intended to replicated via logical replication
A publication
represents a group of tables which are intended to be replicated through logical replication.
The concept of publications
was added in PostgreSQL 10, with the introduction of logical replication.
Commands
Publications can be manipulated with the following SQL commands:
System catalog
Tables
Views
References
- PostgreSQL documentation: Publication
Categories
See also
subscription