diff options
author | Peter Eisentraut <peter_e@gmx.net> | 2012-05-20 01:15:55 +0300 |
---|---|---|
committer | Peter Eisentraut <peter_e@gmx.net> | 2012-05-20 01:15:55 +0300 |
commit | fe2534e534c0572a71d6f0d2d51a2d058fc3524c (patch) | |
tree | afa4b534aff39d484227af0b7d7806506fd57019 /doc/src/sgml/ref/pg_basebackup.sgml | |
parent | 510860a6a5e4b66091353e7b0d619f71f6bec789 (diff) | |
download | postgresql-fe2534e534c0572a71d6f0d2d51a2d058fc3524c.tar.gz postgresql-fe2534e534c0572a71d6f0d2d51a2d058fc3524c.zip |
Some reference page improvements
initdb: Add -T option
oid2name: Put options in some non-random order
pg_dump: Put --section option in the right place
And some additional markup and terminology improvements.
Diffstat (limited to 'doc/src/sgml/ref/pg_basebackup.sgml')
-rw-r--r-- | doc/src/sgml/ref/pg_basebackup.sgml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/src/sgml/ref/pg_basebackup.sgml b/doc/src/sgml/ref/pg_basebackup.sgml index 7e343e671b6..76bfcf1cbb8 100644 --- a/doc/src/sgml/ref/pg_basebackup.sgml +++ b/doc/src/sgml/ref/pg_basebackup.sgml @@ -129,7 +129,7 @@ PostgreSQL documentation <literal>stdout</literal>. </para> <para> - This parameter is required. + This option is required. </para> </listitem> </varlistentry> @@ -420,7 +420,7 @@ PostgreSQL documentation </para> <para> - Other, less commonly used, parameters are also available: + Other, less commonly used, options are also available: <variablelist> <varlistentry> |