Re: [DOCS] regexp_replace 'g' flag

2014-01-31 Thread Bruce Momjian
On Thu, Sep 5, 2013 at 09:59:13PM -0400, Tom Lane wrote: > Bruce Momjian writes: > > On Thu, Sep 5, 2013 at 08:37:44PM -0400, Bruce Momjian wrote: > >> Why doesn't the 'g' flag appear in this table? > >> http://www.postgresql.org/docs/9.2/static/functions-matching.html#POSIX-EMBEDDED-OPTIONS-TAB

Re: [DOCS] 9.3: mention checksum feature in "29.1. Reliability"

2014-01-31 Thread Bruce Momjian
On Tue, Aug 27, 2013 at 01:31:45PM +0900, Ian Lawrence Barwick wrote: > This page: > > http://www.postgresql.org/docs/9.3/static/wal-reliability.html > > says: > > "Data pages are not currently checksummed, though full page images > recorded in WAL records will be protected. Data pages have a

Re: [DOCS] Description for pg_trigger.tgconstrindid

2014-01-31 Thread Bruce Momjian
On Wed, Aug 14, 2013 at 01:50:21PM +0100, Dean Rasheed wrote: > This is missing exclusion constraints from the list of constraint > types that the index might be supporting (c.f. > pg_constraint.conindid). > > This goes back to 9.0. > > Regards, > Dean > diff --git a/doc/src/sgml/catalogs.sgml b

Re: [DOCS] make vs. gmake

2014-01-31 Thread Bruce Momjian
On Fri, Jul 26, 2013 at 01:49:32PM -0400, Bruce Momjian wrote: > FYI, our source code build docs suggest 'gmake' in a number of places > while 'make' would be used on other platforms. Should we change these > to just say 'make'? I think we suggested 'gmake' in the past because of > FreeBSD havin