Skip to content

Commit 9974a46

Browse files
committed
SGML markup cleanup for pg_upgrade.
1 parent 5add506 commit 9974a46

File tree

1 file changed

+31
-31
lines changed

1 file changed

+31
-31
lines changed

doc/src/sgml/pgupgrade.sgml

Lines changed: 31 additions & 31 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
<!-- $PostgreSQL: pgsql/doc/src/sgml/pgupgrade.sgml,v 1.8 2010/05/19 20:40:33 momjian Exp $ -->
1+
<!-- $PostgreSQL: pgsql/doc/src/sgml/pgupgrade.sgml,v 1.9 2010/05/19 20:47:18 momjian Exp $ -->
22

33
<sect1 id="pgupgrade">
44
<title>pg_upgrade</title>
@@ -36,92 +36,92 @@
3636
<variablelist>
3737

3838
<varlistentry>
39-
<term><literal>-d</literal> <replaceable>OLDDATADIR</></term>
40-
<term><literal>--old-datadir</literal> <replaceable>OLDDATADIR</></term>
39+
<term><option>-d</option> <replaceable>OLDDATADIR</></term>
40+
<term><option>--old-datadir</option> <replaceable>OLDDATADIR</></term>
4141
<listitem><para>specify the old cluster data directory</para></listitem>
4242
</varlistentry>
4343

4444
<varlistentry>
45-
<term><literal>-D</literal> <replaceable>NEWDATADIR</></term>
46-
<term><literal>--new-datadir</literal> <replaceable>NEWDATADIR</></term>
45+
<term><option>-D</option> <replaceable>NEWDATADIR</></term>
46+
<term><option>--new-datadir</option> <replaceable>NEWDATADIR</></term>
4747
<listitem><para>specify the new cluster data directory</para></listitem>
4848
</varlistentry>
4949

5050
<varlistentry>
51-
<term><literal>-b</literal> <replaceable>OLDBINDIR</></term>
52-
<term><literal>--old-bindir</literal> <replaceable>OLDBINDIR</></term>
51+
<term><option>-b</option> <replaceable>OLDBINDIR</></term>
52+
<term><option>--old-bindir</option> <replaceable>OLDBINDIR</></term>
5353
<listitem><para>specify the old cluster executable directory</para></listitem>
5454
</varlistentry>
5555

5656
<varlistentry>
57-
<term><literal>-B</literal> <replaceable>NEWBINDIR</></term>
58-
<term><literal>--new-bindir</literal> <replaceable>NEWBINDIR</></term>
57+
<term><option>-B</option> <replaceable>NEWBINDIR</></term>
58+
<term><option>--new-bindir</option> <replaceable>NEWBINDIR</></term>
5959
<listitem><para>specify the new cluster executable directory</para></listitem>
6060
</varlistentry>
6161

6262
<varlistentry>
63-
<term><literal>-p</literal> <replaceable>portnum</></term>
64-
<term><literal>--old-port</literal> <replaceable>portnum</></term>
63+
<term><option>-p</option> <replaceable>portnum</></term>
64+
<term><option>--old-port</option> <replaceable>portnum</></term>
6565
<listitem><para>specify the old cluster port number</para></listitem>
6666
</varlistentry>
6767

6868
<varlistentry>
69-
<term><literal>-P</literal> <replaceable>portnum</></term>
70-
<term><literal>--new-port</literal> <replaceable>portnum</></term>
69+
<term><option>-P</option> <replaceable>portnum</></term>
70+
<term><option>--new-port</option> <replaceable>portnum</></term>
7171
<listitem><para>specify the new cluster port number</para></listitem>
7272
</varlistentry>
7373

7474
<varlistentry>
75-
<term><literal>-u</literal> <replaceable>username</></term>
76-
<term><literal>--user</literal> <replaceable>username</></term>
75+
<term><option>-u</option> <replaceable>username</></term>
76+
<term><option>--user</option> <replaceable>username</></term>
7777
<listitem><para>clusters superuser</para></listitem>
7878
</varlistentry>
7979

8080
<varlistentry>
81-
<term><literal>-c</literal></term>
82-
<term><literal>--check</literal></term>
81+
<term><option>-c</option></term>
82+
<term><option>--check</option></term>
8383
<listitem><para>check clusters only, don't change any data</para></listitem>
8484
</varlistentry>
8585

8686
<varlistentry>
87-
<term><literal>-d</literal></term>
88-
<term><literal>--debug</literal></term>
87+
<term><option>-d</option></term>
88+
<term><option>--debug</option></term>
8989
<listitem><para>enable debugging</para></listitem>
9090
</varlistentry>
9191

9292
<varlistentry>
93-
<term><literal>-G</literal> <replaceable>DEBUGFILENAME</></term>
94-
<term><literal>--debugfile</literal> <replaceable>DEBUGFILENAME</></term>
93+
<term><option>-G</option> <replaceable>DEBUGFILENAME</></term>
94+
<term><option>--debugfile</option> <replaceable>DEBUGFILENAME</></term>
9595
<listitem><para>output debugging activity to file</para></listitem>
9696
</varlistentry>
9797

9898
<varlistentry>
99-
<term><literal>-k</literal></term>
100-
<term><literal>--link</literal></term>
99+
<term><option>-k</option></term>
100+
<term><option>--link</option></term>
101101
<listitem><para>link instead of copying files to new cluster</para></listitem>
102102
</varlistentry>
103103

104104
<varlistentry>
105-
<term><literal>-l</literal> <replaceable>LOGFILENAME</></term>
106-
<term><literal>--logfile</literal> <replaceable>LOGFILENAME</></term>
105+
<term><option>-l</option> <replaceable>LOGFILENAME</></term>
106+
<term><option>--logfile</option> <replaceable>LOGFILENAME</></term>
107107
<listitem><para>log session activity to file</para></listitem>
108108
</varlistentry>
109109

110110
<varlistentry>
111-
<term><literal>-v</literal></term>
112-
<term><literal>--verbose</literal></term>
111+
<term><option>-v</option></term>
112+
<term><option>--verbose</option></term>
113113
<listitem><para>enable verbose output</para></listitem>
114114
</varlistentry>
115115

116116
<varlistentry>
117-
<term><literal>-V</literal></term>
118-
<term><literal>--version</literal></term>
117+
<term><option>-V</option></term>
118+
<term><option>--version</option></term>
119119
<listitem><para>display version information, then exit</para></listitem>
120120
</varlistentry>
121121

122122
<varlistentry>
123-
<term><literal>-h</literal></term>
124-
<term><literal>--help</literal></term>
123+
<term><option>-h</option></term>
124+
<term><option>--help</option></term>
125125
<listitem><para>show help, then exit</para></listitem>
126126
</varlistentry>
127127

0 commit comments

Comments
 (0)
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy