Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

Commit 39cb2ee

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 a56e704 commit 39cb2ee

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

doc/src/sgml/catalogs.sgml

+4-2
Original file line numberDiff line numberDiff line change
@@ -2141,8 +2141,10 @@ SCRAM-SHA-256$<replaceable>&lt;iteration count&gt;</replaceable>:<replaceable>&l
21412141
Columns used to form <quote>replica identity</quote> for rows:
21422142
<literal>d</literal> = default (primary key, if any),
21432143
<literal>n</literal> = nothing,
2144-
<literal>f</literal> = all columns
2145-
<literal>i</literal> = index with <structfield>indisreplident</structfield> set, or default
2144+
<literal>f</literal> = all columns,
2145+
<literal>i</literal> = index with
2146+
<structfield>indisreplident</structfield> set (same as nothing if the
2147+
index used has been dropped)
21462148
</para></entry>
21472149
</row>
21482150

0 commit comments

Comments
 (0)