Re: [DOCS] CREATE SEQUENCE minvalue for descending sequence

2017-08-16 Thread Michael Paquier
On Wed, Aug 16, 2017 at 10:00 PM, Klemens Eisenstecken wrote: > Hello, > > while reading your documentation about create sequence I found that you > mention the minvalue for a descending sequence is -2^63-1. > > But as far as I know the minvalue of long is -2^63+1. > > The mentioned documentation

Re: [DOCS] Dead link for 'DocBook XSL Stylesheets'

2017-08-16 Thread Peter Eisentraut
On 8/10/17 15:50, jrek...@gmail.com wrote: > The following documentation comment has been logged on the website: > > Page: https://www.postgresql.org/docs/9.6/static/docguide-toolsets.html > Description: > > Hi, > > This link is dead. The DocBook wiki was moved to GitHub. The correct link is > n

Re: [DOCS] Default names for CRL and CA files in the backend

2017-08-16 Thread Michael Paquier
On Thu, Aug 17, 2017 at 7:31 AM, Daniel Gustafsson wrote: > Commit a445cb92ef5b3a31313ebce30e18cc1d6e0bdecb removed the default names for > serverside CRL and CA files, but the defaults were left in the "SSL Server > File > Usage” table with a small note. I completely missed the note, even after

[DOCS] Default names for CRL and CA files in the backend

2017-08-16 Thread Daniel Gustafsson
Commit a445cb92ef5b3a31313ebce30e18cc1d6e0bdecb removed the default names for serverside CRL and CA files, but the defaults were left in the "SSL Server File Usage” table with a small note. I completely missed the note, even after having been fiddling about with the code in question. Removing the

[DOCS] CREATE SEQUENCE minvalue for descending sequence

2017-08-16 Thread Klemens Eisenstecken
Hello, while reading your documentation about create sequence I found that you mention the minvalue for a descending sequence is -263-1. But as far as I know the minvalue of long is -263+1. The mentioned documentation is at: https://www.postgresql.org/docs/9.6/static/sql-createsequence.html