PostgreSQL
52.41. pg_publication_rel
The catalog pg_publication_rel
contains the mapping between relations and publications in the database. This is a many-to-many mapping. See also Section 52.78 for a more user-friendly view of this information.
Table 52.41. pg_publication_rel
Columns
Name | Type | References | Description |
---|---|---|---|
|
|
|
Reference to publication |
|
|
|
Reference to relation |
+
Prev | Up | Next |
---|---|---|
52.40. |
52.42. |
Copyright © 1996-2023 The PostgreSQL Global Development Group