diff options
author | Fujii Masao <fujii@postgresql.org> | 2015-04-03 12:21:16 +0900 |
---|---|---|
committer | Fujii Masao <fujii@postgresql.org> | 2015-04-03 12:21:16 +0900 |
commit | 5e3d289f9b7d7e67ee0294e9221bb681594b7668 (patch) | |
tree | 163d615d5171f646d2856bbe066fde0726ae3c6b | |
parent | e41beea0ddb74ef975f08b917a354ec33cb60830 (diff) | |
download | postgresql-5e3d289f9b7d7e67ee0294e9221bb681594b7668.tar.gz postgresql-5e3d289f9b7d7e67ee0294e9221bb681594b7668.zip |
Add markup for replaceable parameters to pg_rewind doc.
-rw-r--r-- | doc/src/sgml/ref/pg_rewind.sgml | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/doc/src/sgml/ref/pg_rewind.sgml b/doc/src/sgml/ref/pg_rewind.sgml index 37b5d673ce2..32dc83f6e26 100644 --- a/doc/src/sgml/ref/pg_rewind.sgml +++ b/doc/src/sgml/ref/pg_rewind.sgml @@ -92,8 +92,8 @@ PostgreSQL documentation <variablelist> <varlistentry> - <term><option>-D</option></term> - <term><option>--target-pgdata</option></term> + <term><option>-D <replaceable class="parameter">directory</replaceable></option></term> + <term><option>--target-pgdata=<replaceable class="parameter">directory</replaceable></option></term> <listitem> <para> This option specifies the target data directory that is synchronized @@ -104,7 +104,7 @@ PostgreSQL documentation </varlistentry> <varlistentry> - <term><option>--source-pgdata</option></term> + <term><option>--source-pgdata=<replaceable class="parameter">directory</replaceable></option></term> <listitem> <para> Specifies path to the data directory of the source server, to @@ -115,7 +115,7 @@ PostgreSQL documentation </varlistentry> <varlistentry> - <term><option>--source-server</option></term> + <term><option>--source-server=<replaceable class="parameter">connstr</replaceable></option></term> <listitem> <para> Specifies a libpq connection string to connect to the source |