summaryrefslogtreecommitdiff
path: root/doc/src
diff options
context:
space:
mode:
authorMichael Paquier <michael@paquier.xyz>2020-05-20 14:21:54 +0900
committerMichael Paquier <michael@paquier.xyz>2020-05-20 14:21:54 +0900
commit7adbd2520bbcc680888e50d4328a6d7ae42a3a6d (patch)
tree5bd2f2eacd6175d42c523ee1520de3d7648af7bf /doc/src
parentb88ca12ba875a232f193bbdcf03254f6d55c8cbe (diff)
Doc: Fix description of pg_class.relreplident
The description missed a comma and lacked an explanation of what happens with REPLICA IDENTITY USING INDEX when the dependent index is dropped. Author: Marina Polyakova Reviewed-by: Daniel Gustafsson, Michael Paquier Discussion: https://postgr.es/m/ad1a0badc32658b1bbb07aa312346a1d@postgrespro.ru Backpatch-through: 9.5
Diffstat (limited to 'doc/src')
-rw-r--r--doc/src/sgml/catalogs.sgml6
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>&lt;iteration count&gt;</>:<replaceable>&lt;salt&gt;<
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>