Re: [DOCS] DROP EXTENSION

2016-06-20 Thread Michael Paquier
On Tue, Jun 21, 2016 at 1:00 AM, wrote: > Page: https://www.postgresql.org/docs/9.5/static/sql-dropextension.html > Description: > I dropped an extension in my database with a function dependency. The > function was dropped (without messages of dependencies) and leaving the > function intact. >

[DOCS] DROP EXTENSION

2016-06-20 Thread mschwan
The following documentation comment has been logged on the website: Page: https://www.postgresql.org/docs/9.5/static/sql-dropextension.html Description: I dropped an extension in my database with a function dependency. The function was dropped (without messages of dependencies) and leaving the f

Re: [DOCS] Pg_upgrade and collation

2016-06-20 Thread Bruce Momjian
On Fri, Jun 17, 2016 at 06:11:58PM -0400, Alvaro Herrera wrote: > > Frankly, pg_upgrade is, by definition, upgrading on the same server, so > > I don't even see how they could have mismatched collation library > > versions, but it seemed good to document it. > > By this argument, the proposed patc

Re: [DOCS] pg_rewind option clarification

2016-06-20 Thread Bruce Momjian
On Sat, Jun 18, 2016 at 08:26:30AM +0900, Michael Paquier wrote: > 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 f

Re: [DOCS] rolbypassrls field missing from pg_roles documentation

2016-06-20 Thread Magnus Hagander
On Mon, Jun 13, 2016 at 2:46 AM, wrote: > The following documentation comment has been logged on the website: > > Page: https://www.postgresql.org/docs/9.5/static/view-pg-roles.html > Description: > > Hi all, > > It seems that the "rolbypassrls" field is not listed on the page > for the > pg_role