On Wed, Sep 03, 2003 at 08:46:42 -0700,
Dennis Gearon <gearond@fireserve.net> wrote:
> Why is that, anyway, and why should it be?
Because it reduces contention by giving each backend its own pool
of sequence values. But until you call nextval a backend won't
have any values reserved.