PG_PUBLICATION_REL
PG_PUBLICATION_REL contains mappings between tables and publications in the current database. This is a many-to-many mapping.
Table 1 PG_PUBLICATION_REL columns
Name
|
Type
|
Reference
|
Description
|
oid
|
oid
|
|
Row identifier (hidden attribute, which must be specified).
|
prpubid
|
oid
|
-
|
Reference to a publication.
|
prrelid
|
oid
|
-
|
Reference to a table.
|