sequence generator for sysids

From: Andrew Dunstan <andrew(at)dunslane(dot)net>
To: PostgreSQL-development <pgsql-hackers(at)postgresql(dot)org>
Subject: sequence generator for sysids
Date: 2003-08-23 16:35:15
Message-ID: 3F4797C3.1000902@dunslane.net
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers


I was looking at a sequence generator for sysids.

It appears to me that such an object would need to be global, and it
looks like the only way to create global things is in the bootstrap
code. But it doesn't look like the bootstrap code knows how to create a
sequence object, so we'd have to teach it.

Is this correct?

cheers

andrew

Browse pgsql-hackers by date

  From Date Subject
Next Message Joe Conway 2003-08-23 16:48:49 Re: Collation rules and multi-lingual databases
Previous Message Joe Conway 2003-08-23 16:12:15 Re: Collation rules and multi-lingual databases