Skip to content

Commit 7adbd25

Browse files
committed
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
1 parent b88ca12 commit 7adbd25

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

doc/src/sgml/catalogs.sgml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1900,8 +1900,10 @@ SCRAM-SHA-256$<replaceable>&lt;iteration count&gt;</>:<replaceable>&lt;salt&gt;<
19001900
Columns used to form <quote>replica identity</> for rows:
19011901
<literal>d</> = default (primary key, if any),
19021902
<literal>n</> = nothing,
1903-
<literal>f</> = all columns
1904-
<literal>i</> = index with <structfield>indisreplident</structfield> set, or default
1903+
<literal>f</> = all columns,
1904+
<literal>i</> = index with
1905+
<structfield>indisreplident</structfield> set (same as nothing if the
1906+
index used has been dropped)
19051907
</entry>
19061908
</row>
19071909

0 commit comments

Comments
 (0)