pgsql: Move prattrs to the pg_publication_rel section in docs

From: Tomas Vondra <tomas(dot)vondra(at)postgresql(dot)org>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: Move prattrs to the pg_publication_rel section in docs
Date: 2022-03-26 18:14:49
Message-ID: E1nYAw4-001Uqp-Hb@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Move prattrs to the pg_publication_rel section in docs

Commit 923def9a53 documented the prattrs to the pg_publication_namespace
catalog, probably due to a rebase mistake. Move it to the section for
the pg_publication_rel catalog.

Author: Noriyoshi Shinoda
Discussion: https://postgr.es/m/PH7PR84MB18850A74D275F39762059E6CEE1B9@PH7PR84MB1885.NAMPRD84.PROD.OUTLOOK.COM

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/41b00f8e601fcf82aab2fc5ad0214a67f4829431

Modified Files
--------------
doc/src/sgml/catalogs.sgml | 26 +++++++++++++-------------
1 file changed, 13 insertions(+), 13 deletions(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Tom Lane 2022-03-26 18:30:27 pgsql: Suppress compiler warning in relptr_store().
Previous Message Tom Lane 2022-03-26 15:53:45 pgsql: Suppress compiler warning in pub_collist_to_bitmapset().