On 11/04/2011 11:31 AM, Simon Riggs wrote:
> On Fri, Nov 4, 2011 at 2:56 PM, Raghavendra
> <raghavendra(dot)rao(at)enterprisedb(dot)com> wrote:
>
>> # The standby server must have superuser access privileges.
>> host replication postgres 192.168.0.20/22 trust
> I strongly recommend you don't use those settings, since they result
> in no security at all.
>
> It won't block you from getting replication working, but it won't
> block anyone else either.
>
I agree, you should use the default trust of that network. But at this
point, I just want it to replicate in this test environment. I can lock
it down after it is working.