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