Typo fixes for pg_recvlogical documentation

From: Michael Paquier <michael(dot)paquier(at)gmail(dot)com>
To: PostgreSQL mailing lists <pgsql-hackers(at)postgresql(dot)org>
Subject: Typo fixes for pg_recvlogical documentation
Date: 2014-10-23 14:00:00
Message-ID: CAB7nPqSKqSVZN1QQEOL+oDFPcF0mDWKmrM9xOjpX9dFQ+tpftQ@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

Hi all,

pg_recvlogical is missing some "=" signs for a couple of option names where
double-dash is used, like this one:
--username user
should be that:
--username=user

Attached is a patch correcting that.
Regards,
--
Michael

Attachment Content-Type Size
20141023_pg_recvlogical_fixes.patch text/x-diff 1.8 KB

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Michael Paquier 2014-10-23 14:19:37 Re: BUG: *FF WALs under 9.2 (WAS: .ready files appearing on slaves)
Previous Message Florian Pflug 2014-10-23 13:57:14 Re: idea: allow AS label inside ROW constructor