mirror of
https://github.com/postgres/postgres.git
synced 2026-04-15 22:10:45 -04:00
Doc: Fix oversight in commit 55cefadde8.
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
This commit is contained in:
parent
de6b80e5ff
commit
4441d6b2e4
1 changed files with 1 additions and 1 deletions
|
|
@ -7086,7 +7086,7 @@ SCRAM-SHA-256$<replaceable><iteration count></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>
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue