Re: [DOCS] [PATCH] Various documentation typo/grammar fixes

2014-09-03 Thread Kevin Grittner
Marti Raudsepp wrote: > On Sat, Aug 30, 2014 at 8:43 PM, Tom Lane wrote: >> I would argue against applying patch 2 at all. > > I don't feel strongly about this, I originally didn't plan to submit > this patch at all. But I don't agree with: > >> doing it only because some style guide tells >> you

Re: [DOCS] Add link to partial unique index from Constraints (5.3)

2014-09-03 Thread Bruce Momjian
On Wed, Apr 30, 2014 at 10:18:22AM -0400, Robert Haas wrote: > On Wed, Apr 9, 2014 at 8:17 AM, Tomáš Greif > wrote: > > would it be good idea to add new paragraph 5.3.7 to chapter 5.3 > > (Constraints) with at least information that there is something like partial > > unique index and link to chap

Re: [DOCS] dead ISBN link

2014-09-03 Thread Bruce Momjian
On Tue, May 6, 2014 at 09:00:58PM -0400, Peter Eisentraut wrote: > The following URL linked to in isn.sgml has disappeared: > > http://www.isbn-international.org/en/identifiers.html > > Apparently, they reorganized their web site. > > Could someone familiar with the matter find the new loca

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

2014-09-03 Thread Josh Berkus
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 large enough to ensure that WAL segments are not recycled too e

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

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 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 *