Re: [DOCS] CREATE SEQUENCE minvalue for descending sequence

2017-08-18 Thread Klemens Eisenstecken
Thank you for the clarification! Michael Paquier schrieb am Do., 17. Aug. 2017 um 04:14 Uhr: > 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

[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