Ok,, what about cache for SEQUENCE - where? how? - Mailing list pgsql-sql

From foo2@on-spammers2.com
Subject Ok,, what about cache for SEQUENCE - where? how?
Date
Msg-id 525670e62aba2d75120f5657c77add8b@news.teranews.com
Whole thread Raw
Responses Re: Ok,, what about cache for SEQUENCE - where? how?
List pgsql-sql
The postgreSQL docs wave dire warnigns about the cache setting; if it
is greater than one, apparently, sequences don't work (or at least,
they work in a manner that isn't useful in the same way.)

But the docs fail to point out where one could set, or even learn
about, the cache setting. A search of the docs for "cache" turns up
quite apparently useless references.

So - where is the cache setting, and if that's only part of the
answer, how does one see what it is set to? If it's set to two or
more, how does one set it back to one so sequences will be guaranteed
to work?

Thanks for any answers.


Walt
Software Engineer
Black Belt Systems
pages: http://www.blackbeltsystems.com/
email: http://www.blackbeltsystems.com/contact.html



pgsql-sql by date:

Previous
From: Aditya
Date:
Subject: converting from bigint to bit to use bitwise operators
Next
From: foo2@on-spammers2.com
Date:
Subject: New to SQL; hopefully simple question