aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBruce Momjian <bruce@momjian.us>2020-12-26 01:10:24 -0500
committerBruce Momjian <bruce@momjian.us>2020-12-26 01:10:24 -0500
commit3d4843babce087ae8dc734aeec36db084001a0e4 (patch)
tree5175a5e43a42ee997fc70ba51716de3ce63e63bf
parent82f8c45be551a2940e3cbaf08aa7a521bdac8331 (diff)
downloadpostgresql-3d4843babce087ae8dc734aeec36db084001a0e4.tar.gz
postgresql-3d4843babce087ae8dc734aeec36db084001a0e4.zip
doc: fix SGML markup for pg_alterckey from commit 62afb42a7f
Backpatch-through: master
-rw-r--r--doc/src/sgml/ref/pg_alterckey.sgml29
-rw-r--r--doc/src/sgml/reference.sgml1
2 files changed, 21 insertions, 9 deletions
diff --git a/doc/src/sgml/ref/pg_alterckey.sgml b/doc/src/sgml/ref/pg_alterckey.sgml
index 0c4b14d00ac..f80946dcc6d 100644
--- a/doc/src/sgml/ref/pg_alterckey.sgml
+++ b/doc/src/sgml/ref/pg_alterckey.sgml
@@ -22,38 +22,48 @@ PostgreSQL documentation
<refsynopsisdiv>
<cmdsynopsis>
<command>pg_alterckey</command>
- <group choice="opt">
+
+ <group choice="plain">
<arg choice="plain"><option>-R</option></arg>
<arg choice="plain"><option>--authprompt</option></arg>
</group>
- <replaceable class="parameter">old_cluster_key_command</replaceable>
- <replaceable class="parameter">new_cluster_key_command</replaceable>
- <group choice="opt">
- <group choice="opt">
+
+ <arg choice="plain">
+ <replaceable class="parameter">old_cluster_key_command</replaceable>
+ <replaceable class="parameter">new_cluster_key_command</replaceable>
+ </arg>
+
+ <arg choice="opt">
+ <group choice="plain">
<arg choice="plain"><option>-D</option></arg>
<arg choice="plain"><option>--pgdata</option></arg>
</group>
<replaceable class="parameter">datadir</replaceable>
- </group>
+ </arg>
+
</cmdsynopsis>
<cmdsynopsis>
<command>pg_alterckey</command>
+
<group choice="opt">
<arg choice="plain"><option>-R</option></arg>
<arg choice="plain"><option>--authprompt</option></arg>
</group>
+
<group choice="plain">
<arg choice="plain"><option>-r</option></arg>
<arg choice="plain"><option>--repair</option></arg>
</group>
- <group choice="opt">
+
+ <arg choice="opt">
<group choice="opt">
<arg choice="plain"><option>-D</option></arg>
<arg choice="plain"><option>--pgdata</option></arg>
</group>
<replaceable class="parameter">datadir</replaceable>
- </group>
+ </arg>
+
</cmdsynopsis>
</refsynopsisdiv>
@@ -104,6 +114,7 @@ PostgreSQL documentation
<title>Options</title>
<para>
+ <variablelist>
<varlistentry>
<term><option>-R</option></term>
<term><option>--authprompt</option></term>
@@ -172,7 +183,7 @@ PostgreSQL documentation
</para>
</listitem>
</varlistentry>
-
+ </variablelist>
</refsect1>
<refsect1>
diff --git a/doc/src/sgml/reference.sgml b/doc/src/sgml/reference.sgml
index dd2bddab8c4..fdb4e65144b 100644
--- a/doc/src/sgml/reference.sgml
+++ b/doc/src/sgml/reference.sgml
@@ -240,6 +240,7 @@
</para>
</partintro>
+ &pgalterckey;
&clusterdb;
&createdb;
&createuser;