Skip to content

Commit 3d4843b

Browse files
committed
doc: fix SGML markup for pg_alterckey from commit 62afb42
Backpatch-through: master
1 parent 82f8c45 commit 3d4843b

File tree

2 files changed

+21
-9
lines changed

2 files changed

+21
-9
lines changed

doc/src/sgml/ref/pg_alterckey.sgml

Lines changed: 20 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -22,38 +22,48 @@ PostgreSQL documentation
2222
<refsynopsisdiv>
2323
<cmdsynopsis>
2424
<command>pg_alterckey</command>
25-
<group choice="opt">
25+
26+
<group choice="plain">
2627
<arg choice="plain"><option>-R</option></arg>
2728
<arg choice="plain"><option>--authprompt</option></arg>
2829
</group>
29-
<replaceable class="parameter">old_cluster_key_command</replaceable>
30-
<replaceable class="parameter">new_cluster_key_command</replaceable>
31-
<group choice="opt">
32-
<group choice="opt">
30+
31+
<arg choice="plain">
32+
<replaceable class="parameter">old_cluster_key_command</replaceable>
33+
<replaceable class="parameter">new_cluster_key_command</replaceable>
34+
</arg>
35+
36+
<arg choice="opt">
37+
<group choice="plain">
3338
<arg choice="plain"><option>-D</option></arg>
3439
<arg choice="plain"><option>--pgdata</option></arg>
3540
</group>
3641
<replaceable class="parameter">datadir</replaceable>
37-
</group>
42+
</arg>
43+
3844
</cmdsynopsis>
3945

4046
<cmdsynopsis>
4147
<command>pg_alterckey</command>
48+
4249
<group choice="opt">
4350
<arg choice="plain"><option>-R</option></arg>
4451
<arg choice="plain"><option>--authprompt</option></arg>
4552
</group>
53+
4654
<group choice="plain">
4755
<arg choice="plain"><option>-r</option></arg>
4856
<arg choice="plain"><option>--repair</option></arg>
4957
</group>
50-
<group choice="opt">
58+
59+
<arg choice="opt">
5160
<group choice="opt">
5261
<arg choice="plain"><option>-D</option></arg>
5362
<arg choice="plain"><option>--pgdata</option></arg>
5463
</group>
5564
<replaceable class="parameter">datadir</replaceable>
56-
</group>
65+
</arg>
66+
5767
</cmdsynopsis>
5868
</refsynopsisdiv>
5969

@@ -104,6 +114,7 @@ PostgreSQL documentation
104114
<title>Options</title>
105115

106116
<para>
117+
<variablelist>
107118
<varlistentry>
108119
<term><option>-R</option></term>
109120
<term><option>--authprompt</option></term>
@@ -172,7 +183,7 @@ PostgreSQL documentation
172183
</para>
173184
</listitem>
174185
</varlistentry>
175-
186+
</variablelist>
176187
</refsect1>
177188

178189
<refsect1>

doc/src/sgml/reference.sgml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -240,6 +240,7 @@
240240
</para>
241241
</partintro>
242242

243+
&pgalterckey;
243244
&clusterdb;
244245
&createdb;
245246
&createuser;

0 commit comments

Comments
 (0)