diff options
author | Robert Haas <rhaas@postgresql.org> | 2014-10-27 08:53:16 -0400 |
---|---|---|
committer | Robert Haas <rhaas@postgresql.org> | 2014-10-27 08:53:16 -0400 |
commit | 7f609a10adb5419c68fc683594fcd14f1e7322fb (patch) | |
tree | 0e88354c5b96205028687f231fb44b8fb50bc634 | |
parent | 22926e00f7041b2b542f80caf63b41faa99a3163 (diff) | |
download | postgresql-7f609a10adb5419c68fc683594fcd14f1e7322fb.tar.gz postgresql-7f609a10adb5419c68fc683594fcd14f1e7322fb.zip |
Add missing equals signs to pg_recvlogical documentation.
Michael Paquier
-rw-r--r-- | doc/src/sgml/ref/pg_recvlogical.sgml | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/doc/src/sgml/ref/pg_recvlogical.sgml b/doc/src/sgml/ref/pg_recvlogical.sgml index 0343a134370..e8a60a9c262 100644 --- a/doc/src/sgml/ref/pg_recvlogical.sgml +++ b/doc/src/sgml/ref/pg_recvlogical.sgml @@ -230,7 +230,7 @@ PostgreSQL documentation <variablelist> <varlistentry> <term><option>-d <replaceable>database</replaceable></option></term> - <term><option>--dbname <replaceable>database</replaceable></option></term> + <term><option>--dbname=<replaceable>database</replaceable></option></term> <listitem> <para> The database to connect to. See the description of the actions for @@ -243,7 +243,7 @@ PostgreSQL documentation <varlistentry> <term><option>-h <replaceable>hostname-or-ip</replaceable></option></term> - <term><option>--host <replaceable>hostname-or-ip</replaceable></option></term> + <term><option>--host=<replaceable>hostname-or-ip</replaceable></option></term> <listitem> <para> Specifies the host name of the machine on which the server is @@ -257,7 +257,7 @@ PostgreSQL documentation <varlistentry> <term><option>-p <replaceable>port</replaceable></option></term> - <term><option>--port <replaceable>port</replaceable></option></term> + <term><option>--port=<replaceable>port</replaceable></option></term> <listitem> <para> Specifies the TCP port or local Unix domain socket file @@ -270,7 +270,7 @@ PostgreSQL documentation <varlistentry> <term><option>-U <replaceable>user</replaceable></option></term> - <term><option>--username <replaceable>user</replaceable></option></term> + <term><option>--username=<replaceable>user</replaceable></option></term> <listitem> <para> Username to connect as. Defaults to current operating system user |