Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit673582d

Browse files
committed
Doc: Fix description of pg_class.relreplident
The description missed a comma and lacked an explanation of what happenswith REPLICA IDENTITY USING INDEX when the dependent index is dropped.Author: Marina PolyakovaReviewed-by: Daniel Gustafsson, Michael PaquierDiscussion:https://postgr.es/m/ad1a0badc32658b1bbb07aa312346a1d@postgrespro.ruBackpatch-through: 9.5
1 parent1567ed9 commit673582d

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
@@ -1939,8 +1939,10 @@ SCRAM-SHA-256$<replaceable>&lt;iteration count&gt;</replaceable>:<replaceable>&l
19391939
Columns used to form <quote>replica identity</quote> for rows:
19401940
<literal>d</literal> = default (primary key, if any),
19411941
<literal>n</literal> = nothing,
1942-
<literal>f</literal> = all columns
1943-
<literal>i</literal> = index with <structfield>indisreplident</structfield> set, or default
1942+
<literal>f</literal> = all columns,
1943+
<literal>i</literal> = index with
1944+
<structfield>indisreplident</structfield> set (same as nothing if the
1945+
index used has been dropped)
19441946
</entry>
19451947
</row>
19461948

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp