summaryrefslogtreecommitdiff
path: root/doc/src/sgml/system-views.sgml
diff options
context:
space:
mode:
Diffstat (limited to 'doc/src/sgml/system-views.sgml')
-rw-r--r--doc/src/sgml/system-views.sgml7
1 files changed, 4 insertions, 3 deletions
diff --git a/doc/src/sgml/system-views.sgml b/doc/src/sgml/system-views.sgml
index 7c8fc3f654..bb1a418450 100644
--- a/doc/src/sgml/system-views.sgml
+++ b/doc/src/sgml/system-views.sgml
@@ -2145,9 +2145,10 @@ SELECT * FROM pg_locks pl LEFT JOIN pg_prepared_xacts ppx
information about the mapping between publications and information of
tables they contain. Unlike the underlying catalog
<link linkend="catalog-pg-publication-rel"><structname>pg_publication_rel</structname></link>,
- this view expands publications defined as <literal>FOR ALL TABLES</literal>
- and <literal>FOR TABLES IN SCHEMA</literal>, so for such publications
- there will be a row for each eligible table.
+ this view expands publications defined as
+ <link linkend="sql-createpublication-for-all-tables"><literal>FOR ALL TABLES</literal></link>
+ and <link linkend="sql-createpublication-for-tables-in-schema"><literal>FOR TABLES IN SCHEMA</literal></link>,
+ so for such publications there will be a row for each eligible table.
</para>
<table>