On Sun, Jan 22, 2012 at 5:19 PM, panam <panam@gmx.net> wrote:
> Hi,
>
> If I'd like to have primary keys generated ("numeric" style, no UUIDs) that
> are unique across schemas is the best option to allocate a fixed sequence
> range (min,max) to the sequences of all schemas?
That's how I do it. If you use a bigserial / bigint for it, then the
space is usually plenty big for each schema.