diff options
-rw-r--r-- | doc/src/sgml/catalogs.sgml | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/doc/src/sgml/catalogs.sgml b/doc/src/sgml/catalogs.sgml index b1b077c97f8..9851ef27131 100644 --- a/doc/src/sgml/catalogs.sgml +++ b/doc/src/sgml/catalogs.sgml @@ -2141,8 +2141,10 @@ SCRAM-SHA-256$<replaceable><iteration count></replaceable>:<replaceable>&l Columns used to form <quote>replica identity</quote> for rows: <literal>d</literal> = default (primary key, if any), <literal>n</literal> = nothing, - <literal>f</literal> = all columns - <literal>i</literal> = index with <structfield>indisreplident</structfield> set, or default + <literal>f</literal> = all columns, + <literal>i</literal> = index with + <structfield>indisreplident</structfield> set (same as nothing if the + index used has been dropped) </para></entry> </row> |