Re: [HACKERS] pg_hba.conf needs sample replication line, replication user

2011-04-09 Thread Magnus Hagander
On Sat, Apr 9, 2011 at 19:29, Joshua Berkus wrote: > All, > > We left this out of 9.0; let's not leave it out of 9.1.  We need an example > "replication" line in pg_hba.conf, commented out.  e.g. > > # host   replication   all     samenet   md5 > > Also, what happened to having a "replication" us

[HACKERS] pg_hba.conf needs sample replication line, replication user

2011-04-09 Thread Joshua Berkus
All, We left this out of 9.0; let's not leave it out of 9.1. We need an example "replication" line in pg_hba.conf, commented out. e.g. # host replication all samenet md5 Also, what happened to having a "replication" user defined by default? We talked this to death last year, I tho