On 1/20/10 12:00 PM, Devrim GÜNDÜZ wrote:
> On Wed, 2010-01-20 at 11:30 +1300, Josh Berkus wrote:
>> Also, given that recovery.conf has become a key part of our
>> replication, shouldn't we supply a recovery.example file which people
>> can rename and edit? Happy to write this too.
>
> We ship it already:
>
> src/backend/access/transam/recovery.conf.sample
>
> and it has sections for HS and SR.
Well, it doesn't get created in PGDATA, and the docs don't mention the
above location that I could find.
Can we get initdb to copy it to whereever the config location is? That
seems a lot more administrator-friendly than asking people to look in
the source code.
--Josh Berkus