From: Amit Kapila Date: Thu, 2 Apr 2026 04:46:53 +0000 (+0530) Subject: Doc: Fix oversight in commit 55cefadde8. X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=4441d6b2e44976b499bec334a8a7f087f9189974;p=thirdparty%2Fpostgresql.git Doc: Fix oversight in commit 55cefadde8. pg_publication_rel.prrelid refers to sequences whereas stores information only of tables. Author: Peter Smith Reviewed-by: shveta malik Discussion: https://postgr.es/m/CAHut+Pv1UKR_bxmN7wcCCpQveHoYprvH-hbdFq8gsaH1Ye7B_w@mail.gmail.com --- diff --git a/doc/src/sgml/catalogs.sgml b/doc/src/sgml/catalogs.sgml index 92d179b5ee0..0b3e6308d56 100644 --- a/doc/src/sgml/catalogs.sgml +++ b/doc/src/sgml/catalogs.sgml @@ -7086,7 +7086,7 @@ SCRAM-SHA-256$<iteration count>:&l (references pg_class.oid) - Reference to table or sequence + Reference to table