Re: [DOCS] pg_rewind option clarification

2016-06-17 Thread Michael Paquier
On Sat, Jun 18, 2016 at 7:03 AM, Bruce Momjian wrote: > On Sat, Jun 18, 2016 at 06:36:45AM +0900, Michael Paquier wrote: >> On Sat, Jun 18, 2016 at 12:51 AM, Bruce Momjian wrote: >> > This patch clarifies the documentation for when --source-pgdata and >> > --source-server can be used. >> > >> > I

Re: [DOCS] Quick fix on catalogs.sgml

2016-06-17 Thread Tom Lane
Guillaume Lelarge writes: > On catalogs.sgml, there is a: > pg_inherits Columns > instead of > pg_init_privs Columns > in the pg_init_privs section. > The attached patch fixes this. Pushed, thanks. regards, tom lane -- Sent via pgsql-docs mailing list (pgsql-docs@postg

[DOCS] Quick fix on catalogs.sgml

2016-06-17 Thread Guillaume Lelarge
Hey, On catalogs.sgml, there is a: pg_inherits Columns instead of pg_init_privs Columns in the pg_init_privs section. The attached patch fixes this. Thanks. Regards. -- Guillaume. http://blog.guillaume.lelarge.info http://www.dalibo.com diff --git a/doc/src/sgml/catalogs.sgml b/doc/s

Re: [DOCS] Pg_upgrade and collation

2016-06-17 Thread Alvaro Herrera
Bruce Momjian wrote: > On Fri, Jun 17, 2016 at 06:01:59PM -0400, Bruce Momjian wrote: > > On Fri, Jun 17, 2016 at 05:51:54PM -0400, Alvaro Herrera wrote: > > > Bruce Momjian wrote: > > > > The attached patch documents that pg_upgrade requires old/new servers to > > > > use compatibile collation lib

Re: [DOCS] Pg_upgrade and collation

2016-06-17 Thread Bruce Momjian
On Fri, Jun 17, 2016 at 06:01:59PM -0400, Bruce Momjian wrote: > On Fri, Jun 17, 2016 at 05:51:54PM -0400, Alvaro Herrera wrote: > > Bruce Momjian wrote: > > > The attached patch documents that pg_upgrade requires old/new servers to > > > use compatibile collation library versions as well. > > > >

Re: [DOCS] pg_rewind option clarification

2016-06-17 Thread Bruce Momjian
On Sat, Jun 18, 2016 at 06:36:45AM +0900, Michael Paquier wrote: > On Sat, Jun 18, 2016 at 12:51 AM, Bruce Momjian wrote: > > This patch clarifies the documentation for when --source-pgdata and > > --source-server can be used. > > > > I would like to apply this to 9.6. > > What's the difference b

Re: [DOCS] Pg_upgrade and collation

2016-06-17 Thread Bruce Momjian
On Fri, Jun 17, 2016 at 05:51:54PM -0400, Alvaro Herrera wrote: > Bruce Momjian wrote: > > The attached patch documents that pg_upgrade requires old/new servers to > > use compatibile collation library versions as well. > > I think this is way too thin to be helpful: Well, this is a much larger i

Re: [DOCS] Pg_upgrade and collation

2016-06-17 Thread Alvaro Herrera
Bruce Momjian wrote: > The attached patch documents that pg_upgrade requires old/new servers to > use compatibile collation library versions as well. I think this is way too thin to be helpful: > --- 61,68 > checking for compatible compile-time settings, including 32/64-bit > binarie

Re: [DOCS] pg_rewind option clarification

2016-06-17 Thread Michael Paquier
On Sat, Jun 18, 2016 at 12:51 AM, Bruce Momjian wrote: > This patch clarifies the documentation for when --source-pgdata and > --source-server can be used. > > I would like to apply this to 9.6. What's the difference between "up and running" and "running"? I thought that the current documentation

[DOCS] pg_rewind option clarification

2016-06-17 Thread Bruce Momjian
This patch clarifies the documentation for when --source-pgdata and --source-server can be used. I would like to apply this to 9.6. -- Bruce Momjian http://momjian.us EnterpriseDB http://enterprisedb.com + As you are, so once was I. As I am, so you will

[DOCS] Pg_upgrade and collation

2016-06-17 Thread Bruce Momjian
The attached patch documents that pg_upgrade requires old/new servers to use compatibile collation library versions as well. I would like to apply this to all PG branches. -- Bruce Momjian http://momjian.us EnterpriseDB http://enterprisedb.com + As you a