Re: [DOCS] Missing docs: setting up replication slots for standbys

2014-09-04 Thread Michael Paquier
On Thu, Sep 4, 2014 at 3:06 PM, Josh Berkus wrote: > On 09/03/2014 11:03 PM, Andres Freund wrote: >> and I'm pretty sure primary_slot_name and such is configured at the >> appropriate place too. > > Huh. I can't seem to find any way to navigate to that page. What is it > supposed to be under? Ca

Re: [DOCS] Missing docs: setting up replication slots for standbys

2014-09-03 Thread Josh Berkus
On 09/03/2014 11:03 PM, Andres Freund wrote: > It actually is explained. I don't have a built source handy right now, > so chapter numbers... But at least the following is there: > > > Configuration Example > > You can create a replication slot like this: > > postgres=# SELECT *

Re: [DOCS] Missing docs: setting up replication slots for standbys

2014-09-03 Thread Andres Freund
On 2014-09-03 22:43:19 -0700, Josh Berkus wrote: > > Section 46.2.2 has this: > > Note: PostgreSQL also has streaming replication slots (see Section > 25.2.5), but they are used somewhat differently there. > > Section 25.2.5 has this: > > You can avoid this by setting wal_keep_segments to a va

Re: [DOCS] Missing docs: setting up replication slots for standbys

2014-09-03 Thread Josh Berkus
On 09/03/2014 10:43 PM, Josh Berkus wrote: > > Section 46.2.2 has this: > > Note: PostgreSQL also has streaming replication slots (see Section > 25.2.5), but they are used somewhat differently there. > > Section 25.2.5 has this: > > You can avoid this by setting wal_keep_segments to a value la