Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
P
Postgres FD Implementation
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Abuhujair Javed
Postgres FD Implementation
Commits
7c656baf
Commit
7c656baf
authored
Feb 21, 2007
by
Bruce Momjian
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Remove tabs from SGML reference files, so their addition can be detected
in the future.
parent
8c98fd6e
Changes
8
Hide whitespace changes
Inline
Side-by-side
Showing
8 changed files
with
105 additions
and
105 deletions
+105
-105
doc/src/sgml/ref/clusterdb.sgml
doc/src/sgml/ref/clusterdb.sgml
+16
-16
doc/src/sgml/ref/dropdb.sgml
doc/src/sgml/ref/dropdb.sgml
+10
-10
doc/src/sgml/ref/droplang.sgml
doc/src/sgml/ref/droplang.sgml
+10
-10
doc/src/sgml/ref/initdb.sgml
doc/src/sgml/ref/initdb.sgml
+10
-10
doc/src/sgml/ref/pg_ctl-ref.sgml
doc/src/sgml/ref/pg_ctl-ref.sgml
+22
-22
doc/src/sgml/ref/pg_dumpall.sgml
doc/src/sgml/ref/pg_dumpall.sgml
+3
-3
doc/src/sgml/ref/psql-ref.sgml
doc/src/sgml/ref/psql-ref.sgml
+17
-17
doc/src/sgml/ref/reindexdb.sgml
doc/src/sgml/ref/reindexdb.sgml
+17
-17
No files found.
doc/src/sgml/ref/clusterdb.sgml
View file @
7c656baf
<!--
<!--
$PostgreSQL: pgsql/doc/src/sgml/ref/clusterdb.sgml,v 1.
19 2007/02/20 18:10:58
momjian Exp $
$PostgreSQL: pgsql/doc/src/sgml/ref/clusterdb.sgml,v 1.
20 2007/02/21 23:21:11
momjian Exp $
PostgreSQL documentation
PostgreSQL documentation
-->
-->
...
@@ -66,7 +66,7 @@ PostgreSQL documentation
...
@@ -66,7 +66,7 @@ PostgreSQL documentation
<term><option>--all</></term>
<term><option>--all</></term>
<listitem>
<listitem>
<para>
<para>
Cluster all databases.
Cluster all databases.
</para>
</para>
</listitem>
</listitem>
</varlistentry>
</varlistentry>
...
@@ -76,12 +76,12 @@ PostgreSQL documentation
...
@@ -76,12 +76,12 @@ PostgreSQL documentation
<term><option><optional>--dbname</> <replaceable class="parameter">dbname</replaceable></></term>
<term><option><optional>--dbname</> <replaceable class="parameter">dbname</replaceable></></term>
<listitem>
<listitem>
<para>
<para>
Specifies the name of the database to be clustered.
Specifies the name of the database to be clustered.
If this is not specified and <option>-a</option> (or
If this is not specified and <option>-a</option> (or
<option>--all</option>) is not used, the database name is read
<option>--all</option>) is not used, the database name is read
from the environment variable <envar>PGDATABASE</envar>. If
from the environment variable <envar>PGDATABASE</envar>. If
that is not set, the user name specified for the connection is
that is not set, the user name specified for the connection is
used.
used.
</para>
</para>
</listitem>
</listitem>
</varlistentry>
</varlistentry>
...
@@ -92,7 +92,7 @@ PostgreSQL documentation
...
@@ -92,7 +92,7 @@ PostgreSQL documentation
<listitem>
<listitem>
<para>
<para>
Echo the commands that <application>clusterdb</application> generates
Echo the commands that <application>clusterdb</application> generates
and sends to the server.
and sends to the server.
</para>
</para>
</listitem>
</listitem>
</varlistentry>
</varlistentry>
...
@@ -112,7 +112,7 @@ PostgreSQL documentation
...
@@ -112,7 +112,7 @@ PostgreSQL documentation
<term><option>--table <replaceable class="parameter">table</replaceable></></term>
<term><option>--table <replaceable class="parameter">table</replaceable></></term>
<listitem>
<listitem>
<para>
<para>
Cluster <replaceable class="parameter">table</replaceable> only.
Cluster <replaceable class="parameter">table</replaceable> only.
</para>
</para>
</listitem>
</listitem>
</varlistentry>
</varlistentry>
...
@@ -130,9 +130,9 @@ PostgreSQL documentation
...
@@ -130,9 +130,9 @@ PostgreSQL documentation
<term><option>--host <replaceable class="parameter">host</replaceable></></term>
<term><option>--host <replaceable class="parameter">host</replaceable></></term>
<listitem>
<listitem>
<para>
<para>
Specifies the host name of the machine on which the server is
Specifies the host name of the machine on which the server is
running. If the value begins with a slash, it is used as the
running. If the value begins with a slash, it is used as the
directory for the Unix domain socket.
directory for the Unix domain socket.
</para>
</para>
</listitem>
</listitem>
</varlistentry>
</varlistentry>
...
@@ -142,9 +142,9 @@ PostgreSQL documentation
...
@@ -142,9 +142,9 @@ PostgreSQL documentation
<term><option>--port <replaceable class="parameter">port</replaceable></></term>
<term><option>--port <replaceable class="parameter">port</replaceable></></term>
<listitem>
<listitem>
<para>
<para>
Specifies the TCP port or local Unix domain socket file
Specifies the TCP port or local Unix domain socket file
extension on which the server
extension on which the server
is listening for connections.
is listening for connections.
</para>
</para>
</listitem>
</listitem>
</varlistentry>
</varlistentry>
...
...
doc/src/sgml/ref/dropdb.sgml
View file @
7c656baf
<!--
<!--
$PostgreSQL: pgsql/doc/src/sgml/ref/dropdb.sgml,v 1.
29 2007/02/20 18:10:58
momjian Exp $
$PostgreSQL: pgsql/doc/src/sgml/ref/dropdb.sgml,v 1.
30 2007/02/21 23:21:11
momjian Exp $
PostgreSQL documentation
PostgreSQL documentation
-->
-->
...
@@ -60,7 +60,7 @@ PostgreSQL documentation
...
@@ -60,7 +60,7 @@ PostgreSQL documentation
<term><replaceable class="parameter">dbname</replaceable></term>
<term><replaceable class="parameter">dbname</replaceable></term>
<listitem>
<listitem>
<para>
<para>
Specifies the name of the database to be removed.
Specifies the name of the database to be removed.
</para>
</para>
</listitem>
</listitem>
</varlistentry>
</varlistentry>
...
@@ -71,7 +71,7 @@ PostgreSQL documentation
...
@@ -71,7 +71,7 @@ PostgreSQL documentation
<listitem>
<listitem>
<para>
<para>
Echo the commands that <application>dropdb</application> generates
Echo the commands that <application>dropdb</application> generates
and sends to the server.
and sends to the server.
</para>
</para>
</listitem>
</listitem>
</varlistentry>
</varlistentry>
...
@@ -108,10 +108,10 @@ PostgreSQL documentation
...
@@ -108,10 +108,10 @@ PostgreSQL documentation
<term><option>--host <replaceable class="parameter">host</replaceable></></term>
<term><option>--host <replaceable class="parameter">host</replaceable></></term>
<listitem>
<listitem>
<para>
<para>
Specifies the host name of the machine on which the
Specifies the host name of the machine on which the
server
server
is running. If the value begins with a slash, it is used
is running. If the value begins with a slash, it is used
as the directory for the Unix domain socket.
as the directory for the Unix domain socket.
</para>
</para>
</listitem>
</listitem>
</varlistentry>
</varlistentry>
...
@@ -121,9 +121,9 @@ PostgreSQL documentation
...
@@ -121,9 +121,9 @@ PostgreSQL documentation
<term><option>--port <replaceable class="parameter">port</replaceable></></term>
<term><option>--port <replaceable class="parameter">port</replaceable></></term>
<listitem>
<listitem>
<para>
<para>
Specifies the TCP port or local Unix domain socket file
Specifies the TCP port or local Unix domain socket file
extension on which the server
extension on which the server
is listening for connections.
is listening for connections.
</para>
</para>
</listitem>
</listitem>
</varlistentry>
</varlistentry>
...
...
doc/src/sgml/ref/droplang.sgml
View file @
7c656baf
<!--
<!--
$PostgreSQL: pgsql/doc/src/sgml/ref/droplang.sgml,v 1.2
8 2007/02/20 18:10:58
momjian Exp $
$PostgreSQL: pgsql/doc/src/sgml/ref/droplang.sgml,v 1.2
9 2007/02/21 23:21:11
momjian Exp $
PostgreSQL documentation
PostgreSQL documentation
-->
-->
...
@@ -67,7 +67,7 @@ PostgreSQL documentation
...
@@ -67,7 +67,7 @@ PostgreSQL documentation
<term><replaceable class="parameter">langname</replaceable></term>
<term><replaceable class="parameter">langname</replaceable></term>
<listitem>
<listitem>
<para>
<para>
Specifies the name of the backend programming language to be removed.
Specifies the name of the backend programming language to be removed.
</para>
</para>
</listitem>
</listitem>
</varlistentry>
</varlistentry>
...
@@ -77,7 +77,7 @@ PostgreSQL documentation
...
@@ -77,7 +77,7 @@ PostgreSQL documentation
<term><option><optional>--dbname</> <replaceable class="parameter">dbname</replaceable></></term>
<term><option><optional>--dbname</> <replaceable class="parameter">dbname</replaceable></></term>
<listitem>
<listitem>
<para>
<para>
Specifies from which database the language should be removed.
Specifies from which database the language should be removed.
The default is to use the database with the same name as the
The default is to use the database with the same name as the
current system user.
current system user.
</para>
</para>
...
@@ -117,10 +117,10 @@ PostgreSQL documentation
...
@@ -117,10 +117,10 @@ PostgreSQL documentation
<term><option>--host <replaceable class="parameter">host</replaceable></></term>
<term><option>--host <replaceable class="parameter">host</replaceable></></term>
<listitem>
<listitem>
<para>
<para>
Specifies the host name of the machine on which the
Specifies the host name of the machine on which the
server
server
is running. If host begins with a slash, it is used
is running. If host begins with a slash, it is used
as the directory for the Unix domain socket.
as the directory for the Unix domain socket.
</para>
</para>
</listitem>
</listitem>
</varlistentry>
</varlistentry>
...
@@ -130,9 +130,9 @@ PostgreSQL documentation
...
@@ -130,9 +130,9 @@ PostgreSQL documentation
<term><option>--port <replaceable class="parameter">port</replaceable></></term>
<term><option>--port <replaceable class="parameter">port</replaceable></></term>
<listitem>
<listitem>
<para>
<para>
Specifies the Internet TCP/IP port or local Unix domain socket file
Specifies the Internet TCP/IP port or local Unix domain socket file
extension on which the server
extension on which the server
is listening for connections.
is listening for connections.
</para>
</para>
</listitem>
</listitem>
</varlistentry>
</varlistentry>
...
...
doc/src/sgml/ref/initdb.sgml
View file @
7c656baf
<!--
<!--
$PostgreSQL: pgsql/doc/src/sgml/ref/initdb.sgml,v 1.4
1 2007/02/20 18:10:58
momjian Exp $
$PostgreSQL: pgsql/doc/src/sgml/ref/initdb.sgml,v 1.4
2 2007/02/21 23:21:11
momjian Exp $
PostgreSQL documentation
PostgreSQL documentation
-->
-->
...
@@ -237,11 +237,11 @@ PostgreSQL documentation
...
@@ -237,11 +237,11 @@ PostgreSQL documentation
<term><option>--debug</option></term>
<term><option>--debug</option></term>
<listitem>
<listitem>
<para>
<para>
Print debugging output from the bootstrap backend and a few other
Print debugging output from the bootstrap backend and a few other
messages of lesser interest for the general public.
messages of lesser interest for the general public.
The bootstrap backend is the program <command>initdb</command>
The bootstrap backend is the program <command>initdb</command>
uses to create the catalog tables. This option generates a tremendous
uses to create the catalog tables. This option generates a tremendous
amount of extremely boring output.
amount of extremely boring output.
</para>
</para>
</listitem>
</listitem>
</varlistentry>
</varlistentry>
...
@@ -263,11 +263,11 @@ PostgreSQL documentation
...
@@ -263,11 +263,11 @@ PostgreSQL documentation
<term><option>--noclean</option></term>
<term><option>--noclean</option></term>
<listitem>
<listitem>
<para>
<para>
By default, when <command>initdb</command>
By default, when <command>initdb</command>
determines that an error prevented it from completely creating the database
determines that an error prevented it from completely creating the database
cluster, it removes any files it might have created before discovering
cluster, it removes any files it might have created before discovering
that it cannot finish the job. This option inhibits tidying-up and is
that it cannot finish the job. This option inhibits tidying-up and is
thus useful for debugging.
thus useful for debugging.
</para>
</para>
</listitem>
</listitem>
</varlistentry>
</varlistentry>
...
...
doc/src/sgml/ref/pg_ctl-ref.sgml
View file @
7c656baf
<!--
<!--
$PostgreSQL: pgsql/doc/src/sgml/ref/pg_ctl-ref.sgml,v 1.
39 2007/02/20 18:10:58
momjian Exp $
$PostgreSQL: pgsql/doc/src/sgml/ref/pg_ctl-ref.sgml,v 1.
40 2007/02/21 23:21:11
momjian Exp $
PostgreSQL documentation
PostgreSQL documentation
-->
-->
...
@@ -179,9 +179,9 @@ PostgreSQL documentation
...
@@ -179,9 +179,9 @@ PostgreSQL documentation
<term><option>-D <replaceable class="parameter">datadir</replaceable></option></term>
<term><option>-D <replaceable class="parameter">datadir</replaceable></option></term>
<listitem>
<listitem>
<para>
<para>
Specifies the file system location of the database files. If
Specifies the file system location of the database files. If
this is omitted, the environment variable
this is omitted, the environment variable
<envar>PGDATA</envar> is used.
<envar>PGDATA</envar> is used.
</para>
</para>
</listitem>
</listitem>
</varlistentry>
</varlistentry>
...
@@ -202,10 +202,10 @@ PostgreSQL documentation
...
@@ -202,10 +202,10 @@ PostgreSQL documentation
<term><option>-m <replaceable class="parameter">mode</replaceable></option></term>
<term><option>-m <replaceable class="parameter">mode</replaceable></option></term>
<listitem>
<listitem>
<para>
<para>
Specifies the shutdown mode. <replaceable>mode</replaceable>
Specifies the shutdown mode. <replaceable>mode</replaceable>
can be <literal>smart</literal>, <literal>fast</literal>, or
can be <literal>smart</literal>, <literal>fast</literal>, or
<literal>immediate</literal>, or the first letter of one of
<literal>immediate</literal>, or the first letter of one of
these three.
these three.
</para>
</para>
</listitem>
</listitem>
</varlistentry>
</varlistentry>
...
@@ -218,8 +218,8 @@ PostgreSQL documentation
...
@@ -218,8 +218,8 @@ PostgreSQL documentation
<command>postgres</command> command.
<command>postgres</command> command.
</para>
</para>
<para>
<para>
The options are usually surrounded by single or double
The options are usually surrounded by single or double
quotes to ensure that they are passed through as a group.
quotes to ensure that they are passed through as a group.
</para>
</para>
</listitem>
</listitem>
</varlistentry>
</varlistentry>
...
@@ -228,12 +228,12 @@ PostgreSQL documentation
...
@@ -228,12 +228,12 @@ PostgreSQL documentation
<term><option>-p <replaceable class="parameter">path</replaceable></option></term>
<term><option>-p <replaceable class="parameter">path</replaceable></option></term>
<listitem>
<listitem>
<para>
<para>
Specifies the location of the <filename>postgres</filename>
Specifies the location of the <filename>postgres</filename>
executable. By default the <filename>postgres</filename> executable is taken from the same
executable. By default the <filename>postgres</filename> executable is taken from the same
directory as <command>pg_ctl</command>, or failing that, the hard-wired
directory as <command>pg_ctl</command>, or failing that, the hard-wired
installation directory. It is not necessary to use this
installation directory. It is not necessary to use this
option unless you are doing something unusual and get errors
option unless you are doing something unusual and get errors
that the <filename>postgres</filename> executable was not found.
that the <filename>postgres</filename> executable was not found.
</para>
</para>
</listitem>
</listitem>
</varlistentry>
</varlistentry>
...
@@ -253,9 +253,9 @@ PostgreSQL documentation
...
@@ -253,9 +253,9 @@ PostgreSQL documentation
<para>
<para>
Attempt to allow server crashes to produce core files, on platforms
Attempt to allow server crashes to produce core files, on platforms
where this available, by lifting any soft resource limit placed on
where this available, by lifting any soft resource limit placed on
them.
them.
This is useful in debugging or diagnosing problems by allowing a
This is useful in debugging or diagnosing problems by allowing a
stack trace to be obtained from a failed server process.
stack trace to be obtained from a failed server process.
</para>
</para>
</listitem>
</listitem>
</varlistentry>
</varlistentry>
...
@@ -264,8 +264,8 @@ PostgreSQL documentation
...
@@ -264,8 +264,8 @@ PostgreSQL documentation
<term><option>-w</option></term>
<term><option>-w</option></term>
<listitem>
<listitem>
<para>
<para>
Wait for the start or shutdown to complete. Times out after
Wait for the start or shutdown to complete. Times out after
60 seconds. This is the default for shutdowns. A successful
60 seconds. This is the default for shutdowns. A successful
shutdown is indicated by removal of the <acronym>PID</acronym>
shutdown is indicated by removal of the <acronym>PID</acronym>
file. For starting up, a successful <command>psql -l</command>
file. For starting up, a successful <command>psql -l</command>
indicates success. <command>pg_ctl</command> will attempt to
indicates success. <command>pg_ctl</command> will attempt to
...
@@ -276,7 +276,7 @@ PostgreSQL documentation
...
@@ -276,7 +276,7 @@ PostgreSQL documentation
<productname>PostgreSQL</productname> was compiled with
<productname>PostgreSQL</productname> was compiled with
(5432 by default). When waiting, <command>pg_ctl</command> will
(5432 by default). When waiting, <command>pg_ctl</command> will
return an accurate exit code based on the success of the startup
return an accurate exit code based on the success of the startup
or shutdown.
or shutdown.
</para>
</para>
</listitem>
</listitem>
</varlistentry>
</varlistentry>
...
...
doc/src/sgml/ref/pg_dumpall.sgml
View file @
7c656baf
<!--
<!--
$PostgreSQL: pgsql/doc/src/sgml/ref/pg_dumpall.sgml,v 1.6
6 2007/02/20 18:10:58
momjian Exp $
$PostgreSQL: pgsql/doc/src/sgml/ref/pg_dumpall.sgml,v 1.6
7 2007/02/21 23:21:12
momjian Exp $
PostgreSQL documentation
PostgreSQL documentation
-->
-->
...
@@ -128,7 +128,7 @@ PostgreSQL documentation
...
@@ -128,7 +128,7 @@ PostgreSQL documentation
</para>
</para>
</listitem>
</listitem>
</varlistentry>
</varlistentry>
<varlistentry>
<varlistentry>
<term><option>-f <replaceable class="parameter">filename</replaceable></option></term>
<term><option>-f <replaceable class="parameter">filename</replaceable></option></term>
<term><option>--file=<replaceable class="parameter">filename</replaceable></option></term>
<term><option>--file=<replaceable class="parameter">filename</replaceable></option></term>
...
@@ -335,7 +335,7 @@ PostgreSQL documentation
...
@@ -335,7 +335,7 @@ PostgreSQL documentation
</para>
</para>
</listitem>
</listitem>
</varlistentry>
</varlistentry>
<varlistentry>
<varlistentry>
<term>-l <replaceable>dbname</replaceable></term>
<term>-l <replaceable>dbname</replaceable></term>
<term>--database=<replaceable>dbname</replaceable></term>
<term>--database=<replaceable>dbname</replaceable></term>
...
...
doc/src/sgml/ref/psql-ref.sgml
View file @
7c656baf
<!--
<!--
$PostgreSQL: pgsql/doc/src/sgml/ref/psql-ref.sgml,v 1.18
4 2007/02/20 18:10:58
momjian Exp $
$PostgreSQL: pgsql/doc/src/sgml/ref/psql-ref.sgml,v 1.18
5 2007/02/21 23:21:12
momjian Exp $
PostgreSQL documentation
PostgreSQL documentation
-->
-->
...
@@ -108,15 +108,15 @@ PostgreSQL documentation
...
@@ -108,15 +108,15 @@ PostgreSQL documentation
<term><option>--dbname <replaceable class="parameter">dbname</replaceable></></term>
<term><option>--dbname <replaceable class="parameter">dbname</replaceable></></term>
<listitem>
<listitem>
<para>
<para>
Specifies the name of the database to connect to. This is
Specifies the name of the database to connect to. This is
equivalent to specifying <replaceable
equivalent to specifying <replaceable
class="parameter">dbname</replaceable> as the first non-option
class="parameter">dbname</replaceable> as the first non-option
argument on the command line.
argument on the command line.
</para>
<para>
If this parameter contains an <symbol>=</symbol> sign, it it treated as a
<parameter>conninfo</parameter> string. See <xref linkend="libpq-connect"> for more information.
</para>
</para>
<para>
If this parameter contains an <symbol>=</symbol> sign, it it treated as a
<parameter>conninfo</parameter> string. See <xref linkend="libpq-connect"> for more information.
</para>
</listitem>
</listitem>
</varlistentry>
</varlistentry>
...
@@ -559,17 +559,17 @@ PostgreSQL documentation
...
@@ -559,17 +559,17 @@ PostgreSQL documentation
passwords. See <xref linkend="libpq-pgpass"> for more information.
passwords. See <xref linkend="libpq-pgpass"> for more information.
</para>
</para>
<para>
<para>
An alternative way to specify connection parameters is in a
An alternative way to specify connection parameters is in a
<parameter>conninfo</parameter> string, which is used instead of a
<parameter>conninfo</parameter> string, which is used instead of a
database name. This mechanism give you very wide control over the
database name. This mechanism give you very wide control over the
connection. For example:
connection. For example:
<programlisting>
<programlisting>
$ <userinput>psql "service=myservice sslmode=require"</userinput>
$ <userinput>psql "service=myservice sslmode=require"</userinput>
</programlisting>
</programlisting>
See <xref linkend="libpq-connect"> for more information on all the
See <xref linkend="libpq-connect"> for more information on all the
available connection options.
available connection options.
</para>
</para>
<para>
<para>
If the connection could not be made for any reason (e.g., insufficient
If the connection could not be made for any reason (e.g., insufficient
...
...
doc/src/sgml/ref/reindexdb.sgml
View file @
7c656baf
...
@@ -69,7 +69,7 @@ PostgreSQL documentation
...
@@ -69,7 +69,7 @@ PostgreSQL documentation
<term><option>--all</></term>
<term><option>--all</></term>
<listitem>
<listitem>
<para>
<para>
Reindex all databases.
Reindex all databases.
</para>
</para>
</listitem>
</listitem>
</varlistentry>
</varlistentry>
...
@@ -79,7 +79,7 @@ PostgreSQL documentation
...
@@ -79,7 +79,7 @@ PostgreSQL documentation
<term><option>--system</></term>
<term><option>--system</></term>
<listitem>
<listitem>
<para>
<para>
Reindex database's system catalogs.
Reindex database's system catalogs.
</para>
</para>
</listitem>
</listitem>
</varlistentry>
</varlistentry>
...
@@ -89,7 +89,7 @@ PostgreSQL documentation
...
@@ -89,7 +89,7 @@ PostgreSQL documentation
<term><option>--table <replaceable class="parameter">table</replaceable></></term>
<term><option>--table <replaceable class="parameter">table</replaceable></></term>
<listitem>
<listitem>
<para>
<para>
Reindex <replaceable class="parameter">table</replaceable> only.
Reindex <replaceable class="parameter">table</replaceable> only.
</para>
</para>
</listitem>
</listitem>
</varlistentry>
</varlistentry>
...
@@ -99,7 +99,7 @@ PostgreSQL documentation
...
@@ -99,7 +99,7 @@ PostgreSQL documentation
<term><option>--index <replaceable class="parameter">index</replaceable></></term>
<term><option>--index <replaceable class="parameter">index</replaceable></></term>
<listitem>
<listitem>
<para>
<para>
Recreate <replaceable class="parameter">index</replaceable> only.
Recreate <replaceable class="parameter">index</replaceable> only.
</para>
</para>
</listitem>
</listitem>
</varlistentry>
</varlistentry>
...
@@ -109,12 +109,12 @@ PostgreSQL documentation
...
@@ -109,12 +109,12 @@ PostgreSQL documentation
<term><option><optional>--dbname</> <replaceable class="parameter">dbname</replaceable></></term>
<term><option><optional>--dbname</> <replaceable class="parameter">dbname</replaceable></></term>
<listitem>
<listitem>
<para>
<para>
Specifies the name of the database to be reindexed.
Specifies the name of the database to be reindexed.
If this is not specified and <option>-a</option> (or
If this is not specified and <option>-a</option> (or
<option>--all</option>) is not used, the database name is read
<option>--all</option>) is not used, the database name is read
from the environment variable <envar>PGDATABASE</envar>. If
from the environment variable <envar>PGDATABASE</envar>. If
that is not set, the user name specified for the connection is
that is not set, the user name specified for the connection is
used.
used.
</para>
</para>
</listitem>
</listitem>
</varlistentry>
</varlistentry>
...
@@ -125,7 +125,7 @@ PostgreSQL documentation
...
@@ -125,7 +125,7 @@ PostgreSQL documentation
<listitem>
<listitem>
<para>
<para>
Echo the commands that <application>reindexdb</application> generates
Echo the commands that <application>reindexdb</application> generates
and sends to the server.
and sends to the server.
</para>
</para>
</listitem>
</listitem>
</varlistentry>
</varlistentry>
...
@@ -153,9 +153,9 @@ PostgreSQL documentation
...
@@ -153,9 +153,9 @@ PostgreSQL documentation
<term><option>--host <replaceable class="parameter">host</replaceable></></term>
<term><option>--host <replaceable class="parameter">host</replaceable></></term>
<listitem>
<listitem>
<para>
<para>
Specifies the host name of the machine on which the server is
Specifies the host name of the machine on which the server is
running. If the value begins with a slash, it is used as the
running. If the value begins with a slash, it is used as the
directory for the Unix domain socket.
directory for the Unix domain socket.
</para>
</para>
</listitem>
</listitem>
</varlistentry>
</varlistentry>
...
@@ -165,9 +165,9 @@ PostgreSQL documentation
...
@@ -165,9 +165,9 @@ PostgreSQL documentation
<term><option>--port <replaceable class="parameter">port</replaceable></></term>
<term><option>--port <replaceable class="parameter">port</replaceable></></term>
<listitem>
<listitem>
<para>
<para>
Specifies the TCP port or local Unix domain socket file
Specifies the TCP port or local Unix domain socket file
extension on which the server
extension on which the server
is listening for connections.
is listening for connections.
</para>
</para>
</listitem>
</listitem>
</varlistentry>
</varlistentry>
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment