Re: sequence skips 30 values, how? - Mailing list pgsql-general

From DelGurth
Subject Re: sequence skips 30 values, how?
Date
Msg-id 10268b3e0701310712v698fbf80gcdec123c13177c47@mail.gmail.com
Whole thread Raw
In response to Re: sequence skips 30 values, how?  (DelGurth <delgurth@gmail.com>)
Responses Re: sequence skips 30 values, how?  (Tom Lane <tgl@sss.pgh.pa.us>)
List pgsql-general
Slightly OT. That documentation page of postgresql contains an invalid
example. Not sure if I should report it in here, but well, there you
go.

CREATE SEQUENCE serial START 101;
SELECT nextval('serial');
 nextval
---------
     114

So you start at 101 and get 114, how nice ;-)

Regards,
Wessel van Norel

pgsql-general by date:

Previous
From: Tom Lane
Date:
Subject: Re: sequence skips 30 values, how?
Next
From: Geoffrey
Date:
Subject: Re: sequence skips 30 values, how?