Re: 'replication' keyword on .pgpass (Streaming Replication) - Mailing list pgsql-hackers

From Fujii Masao
Subject Re: 'replication' keyword on .pgpass (Streaming Replication)
Date
Msg-id 3f0b79eb1001070121p55c53131uc543e1c681294bd9@mail.gmail.com
Whole thread Raw
In response to Re: 'replication' keyword on .pgpass (Streaming Replication)  (Magnus Hagander <magnus@hagander.net>)
Responses Re: 'replication' keyword on .pgpass (Streaming Replication)
Re: 'replication' keyword on .pgpass (Streaming Replication)
List pgsql-hackers
On Thu, Jan 7, 2010 at 5:46 PM, Magnus Hagander <magnus@hagander.net> wrote:
> However, wouldn't it make more logical sense to replace "host/hostssl"
> with "replication/replicationssl" rather than overload the database
> field?

Seems good. How about the following formats?
 replication     user  CIDR-address  auth-method  [auth-options] replicationssl  user  CIDR-address  auth-method
[auth-options]replication     user  IP-address  IP-mask  auth-method  [auth-options] replicationssl  user  IP-address
IP-mask auth-method  [auth-options]
 

Note that "database" field has been removed since it's useless
for replication.

Regards,

-- 
Fujii Masao
NIPPON TELEGRAPH AND TELEPHONE CORPORATION
NTT Open Source Software Center


pgsql-hackers by date:

Previous
From: "Albe Laurenz"
Date:
Subject: Re: true serializability and predicate locking
Next
From: Nicolas Barbier
Date:
Subject: Re: Serializable Isolation without blocking