]> git.ipfire.org Git - thirdparty/postgresql.git/commitdiff
Doc: Fix oversight in commit 55cefadde8.
authorAmit Kapila <akapila@postgresql.org>
Thu, 2 Apr 2026 04:46:53 +0000 (10:16 +0530)
committerAmit Kapila <akapila@postgresql.org>
Thu, 2 Apr 2026 04:46:53 +0000 (10:16 +0530)
pg_publication_rel.prrelid refers to sequences whereas stores information only of tables.

Author: Peter Smith <smithpb2250@gmail.com>
Reviewed-by: shveta malik <shveta.malik@gmail.com>
Discussion: https://postgr.es/m/CAHut+Pv1UKR_bxmN7wcCCpQveHoYprvH-hbdFq8gsaH1Ye7B_w@mail.gmail.com

doc/src/sgml/catalogs.sgml

index 92d179b5ee034096c4ae61ecdad4ab30477c63c4..0b3e6308d56fe2a76e0ebb5b14e6e80dbc437dfb 100644 (file)
@@ -7086,7 +7086,7 @@ SCRAM-SHA-256$<replaceable>&lt;iteration count&gt;</replaceable>:<replaceable>&l
        (references <link linkend="catalog-pg-class"><structname>pg_class</structname></link>.<structfield>oid</structfield>)
       </para>
       <para>
-       Reference to table or sequence
+       Reference to table
       </para></entry>
      </row>