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
This commit is contained in:
parent
bf3827f29c
commit
fd76369091
@ -1940,8 +1940,10 @@ SCRAM-SHA-256$<replaceable><iteration count></replaceable>:<replaceable>&l
|
|||||||
Columns used to form <quote>replica identity</quote> for rows:
|
Columns used to form <quote>replica identity</quote> for rows:
|
||||||
<literal>d</literal> = default (primary key, if any),
|
<literal>d</literal> = default (primary key, if any),
|
||||||
<literal>n</literal> = nothing,
|
<literal>n</literal> = nothing,
|
||||||
<literal>f</literal> = all columns
|
<literal>f</literal> = all columns,
|
||||||
<literal>i</literal> = index with <structfield>indisreplident</structfield> set, or default
|
<literal>i</literal> = index with
|
||||||
|
<structfield>indisreplident</structfield> set (same as nothing if the
|
||||||
|
index used has been dropped)
|
||||||
</entry>
|
</entry>
|
||||||
</row>
|
</row>
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user