Hi, Michael
2013/1/23 Michael Paquier
>
>
> On Wed, Jan 23, 2013 at 5:46 PM, Tomonari Katsumata <
> t.katsumata1...@gmail.com> wrote:
>
>> ex:
>>
>> primary_conninfo = 'port=5432 standby_mode=master-cascade'
>> primary_conninfo = 'port=5432 standby_mode=master-only'
>> primary_conninfo = '
On Wed, Jan 23, 2013 at 5:46 PM, Tomonari Katsumata <
t.katsumata1...@gmail.com> wrote:
> ex:
>
> primary_conninfo = 'port=5432 standby_mode=master-cascade'
> primary_conninfo = 'port=5432 standby_mode=master-only'
> primary_conninfo = 'port=5432 standby_mode=cascade-only'
>
> I think it wil
Hi, Tom
Thank you for comments.
> Tomonari Katsumata writes:
> >> Why is it better to do this with a privilege, rather than just using
> >> pg_hba.conf?
>
>
> > You are right.
> > Handling with pg_hba.conf is an easy way.
>
> > But I think many users think about switch over, so
> > the pg_hba.co
Tomonari Katsumata writes:
>> Why is it better to do this with a privilege, rather than just using
>> pg_hba.conf?
> You are right.
> Handling with pg_hba.conf is an easy way.
> But I think many users think about switch over, so
> the pg_hba.conf is same on master and standby.
> it's not convini
Hi, Magnus, Josh, Michael, Craig
Thank you for comments and registring to CommitFest.
>> I made a patch to divide privileges for replication role.
>>
>> Currently(9.2), the privilege for replication role is
>> true / false which means that standby server is able to
>> connect to another server or
On 01/19/2013 11:47 AM, Tomonari Katsumata wrote:
>
> Hi,
>
> I made a patch to divide privileges for replication role.
>
I've added your patch to the commitfest tracking app for the post-9.3
release; see https://commitfest.postgresql.org/action/patch_view?id=1072 .
If it's convenient for you to
On Sat, Jan 19, 2013 at 12:47 PM, Tomonari Katsumata <
t.katsumata1...@gmail.com> wrote:
> a) adding new privileges for replication:"MASTER REPLICATION" and "CASCADE
> REPLICATION"
>
>"MASTER REPLICATION": Replication-connection to master server is only
> allowed
>"CASCADE REPLICATION": R
Katsumata-san,
> In this patch, I made below.
> a) adding new privileges for replication:"MASTER REPLICATION" and "CASCADE
> REPLICATION"
>"MASTER REPLICATION": Replication-connection to master server is only
> allowed
>"CASCADE REPLICATION": Replication-connection to cascade server is on
On Sat, Jan 19, 2013 at 4:47 AM, Tomonari Katsumata
wrote:
> Hi,
>
> I made a patch to divide privileges for replication role.
>
> Currently(9.2), the privilege for replication role is
> true / false which means that standby server is able to
> connect to another server or not with the replication