pgsql: Add: > * Consider placing all sequences in a single table, now

From: momjian(at)postgresql(dot)org (Bruce Momjian)
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Add: > * Consider placing all sequences in a single table, now
Date: 2007-02-09 00:32:15
Message-ID: 20070209003215.6D4A79FB289@postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Log Message:
-----------
Add:

> * Consider placing all sequences in a single table, now that system
> tables are full transactional

Modified Files:
--------------
pgsql/doc:
TODO (r1.2079 -> r1.2080)
(http://developer.postgresql.org/cvsweb.cgi/pgsql/doc/TODO.diff?r1=1.2079&r2=1.2080)
pgsql/doc/src/FAQ:
TODO.html (r1.580 -> r1.581)
(http://developer.postgresql.org/cvsweb.cgi/pgsql/doc/src/FAQ/TODO.html.diff?r1=1.580&r2=1.581)

Browse pgsql-committers by date

  From Date Subject
Next Message Bruce Momjian 2007-02-09 00:34:31 pgsql: Update: < * Consider placing all sequences in a single table,
Previous Message Bruce Momjian 2007-02-08 21:51:50 pgsql: Add URL for: * Add support for SQL-standard GENERATED/IDENTITY