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 90e10e7af82..9f2273b5833 100644 --- a/doc/src/sgml/catalogs.sgml +++ b/doc/src/sgml/catalogs.sgml @@ -1900,8 +1900,10 @@ SCRAM-SHA-256$<replaceable><iteration count></>:<replaceable><salt>< Columns used to form <quote>replica identity</> for rows: <literal>d</> = default (primary key, if any), <literal>n</> = nothing, - <literal>f</> = all columns - <literal>i</> = index with <structfield>indisreplident</structfield> set, or default + <literal>f</> = all columns, + <literal>i</> = index with + <structfield>indisreplident</structfield> set (same as nothing if the + index used has been dropped) </entry> </row> |