On Sun, Jan 22, 2012 at 5:19 PM, panam <panam@xxxxxxx> 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. -- Sent via pgsql-general mailing list (pgsql-general@xxxxxxxxxxxxxx) To make changes to your subscription: http://www.postgresql.org/mailpref/pgsql-general