From 6eb9c5a5657d1fe77b55cc261450f3538d35a94d Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Sat, 4 May 2024 14:19:15 +0200 Subject: Adding upstream version 13.4. Signed-off-by: Daniel Baumann --- doc/src/sgml/html/view-pg-publication-tables.html | 32 +++++++++++++++++++++++ 1 file changed, 32 insertions(+) create mode 100644 doc/src/sgml/html/view-pg-publication-tables.html (limited to 'doc/src/sgml/html/view-pg-publication-tables.html') diff --git a/doc/src/sgml/html/view-pg-publication-tables.html b/doc/src/sgml/html/view-pg-publication-tables.html new file mode 100644 index 0000000..ae85816 --- /dev/null +++ b/doc/src/sgml/html/view-pg-publication-tables.html @@ -0,0 +1,32 @@ + +51.78. pg_publication_tables

51.78. pg_publication_tables

+ The view pg_publication_tables provides + information about the mapping between publications and the tables they + contain. Unlike the underlying + catalog pg_publication_rel, this view expands + publications defined as FOR ALL TABLES, so for such + publications there will be a row for each eligible table. +

Table 51.79. pg_publication_tables Columns

+ Column Type +

+

+ Description +

+ pubname name + (references pg_publication.pubname) +

+

+ Name of publication +

+ schemaname name + (references pg_namespace.nspname) +

+

+ Name of schema containing table +

+ tablename name + (references pg_class.relname) +

+

+ Name of table +


\ No newline at end of file -- cgit v1.2.3