Commit 7f609a10 authored by Robert Haas's avatar Robert Haas

Add missing equals signs to pg_recvlogical documentation.

Michael Paquier
parent 22926e00
...@@ -230,7 +230,7 @@ PostgreSQL documentation ...@@ -230,7 +230,7 @@ PostgreSQL documentation
<variablelist> <variablelist>
<varlistentry> <varlistentry>
<term><option>-d <replaceable>database</replaceable></option></term> <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> <listitem>
<para> <para>
The database to connect to. See the description of the actions for The database to connect to. See the description of the actions for
...@@ -243,7 +243,7 @@ PostgreSQL documentation ...@@ -243,7 +243,7 @@ PostgreSQL documentation
<varlistentry> <varlistentry>
<term><option>-h <replaceable>hostname-or-ip</replaceable></option></term> <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> <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
...@@ -257,7 +257,7 @@ PostgreSQL documentation ...@@ -257,7 +257,7 @@ PostgreSQL documentation
<varlistentry> <varlistentry>
<term><option>-p <replaceable>port</replaceable></option></term> <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> <listitem>
<para> <para>
Specifies the TCP port or local Unix domain socket file Specifies the TCP port or local Unix domain socket file
...@@ -270,7 +270,7 @@ PostgreSQL documentation ...@@ -270,7 +270,7 @@ PostgreSQL documentation
<varlistentry> <varlistentry>
<term><option>-U <replaceable>user</replaceable></option></term> <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> <listitem>
<para> <para>
Username to connect as. Defaults to current operating system user Username to connect as. Defaults to current operating system user
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment