Re: [HACKERS] pg_receivexlog always handles -d option argument as connstr

2014-10-08 Thread Sawada Masahiko
Amit Kapila > On Tue, Oct 7, 2014 at 8:13 PM, Sawada Masahiko > wrote: > > > > On Tue, Oct 7, 2014 at 12:58 PM, Amit Kapila > wrote: > > > On Mon, Oct 6, 2014 at 10:23 PM, Sawada Masahiko < > sawada.m...@gmail.com > > > > > wrote: > > >> > > >> Hi all, > > >> > > >> pg_receivexlog always handles

Re: [HACKERS] pg_receivexlog always handles -d option argument as connstr

2014-10-07 Thread Amit Kapila
On Tue, Oct 7, 2014 at 8:13 PM, Sawada Masahiko wrote: > > On Tue, Oct 7, 2014 at 12:58 PM, Amit Kapila wrote: > > On Mon, Oct 6, 2014 at 10:23 PM, Sawada Masahiko > > wrote: > >> > >> Hi all, > >> > >> pg_receivexlog always handles argument of -d option as connstr formatted > >> value. > >> We

Re: [HACKERS] pg_receivexlog always handles -d option argument as connstr

2014-10-07 Thread Sawada Masahiko
On Tue, Oct 7, 2014 at 12:58 PM, Amit Kapila wrote: > On Mon, Oct 6, 2014 at 10:23 PM, Sawada Masahiko > wrote: >> >> Hi all, >> >> pg_receivexlog always handles argument of -d option as connstr formatted >> value. >> We can doubly specify host name, port number. >> The other client tools handle

Re: [HACKERS] pg_receivexlog always handles -d option argument as connstr

2014-10-06 Thread Amit Kapila
On Mon, Oct 6, 2014 at 10:23 PM, Sawada Masahiko wrote: > > Hi all, > > pg_receivexlog always handles argument of -d option as connstr formatted value. > We can doubly specify host name, port number. > The other client tools handles -d option as connstr value only if > argument has "=" character.

[HACKERS] pg_receivexlog always handles -d option argument as connstr

2014-10-06 Thread Sawada Masahiko
Hi all, pg_receivexlog always handles argument of -d option as connstr formatted value. We can doubly specify host name, port number. The other client tools handles -d option as connstr value only if argument has "=" character. The document says that pg_receivexlog ignores database name, and this