pgsql: Update: < * Consider placing all sequences in a single table > *

From: momjian(at)postgresql(dot)org (Bruce Momjian)
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Update: < * Consider placing all sequences in a single table > *
Date: 2007-02-09 01:29:48
Message-ID: 20070209012948.CEE769FB27D@postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Log Message:
-----------
Update:
< * Consider placing all sequences in a single table
> * Consider placing all sequences in a single table, or create a system
> view

Modified Files:
--------------
pgsql/doc:
TODO (r1.2081 -> r1.2082)
(http://developer.postgresql.org/cvsweb.cgi/pgsql/doc/TODO.diff?r1=1.2081&r2=1.2082)
pgsql/doc/src/FAQ:
TODO.html (r1.582 -> r1.583)
(http://developer.postgresql.org/cvsweb.cgi/pgsql/doc/src/FAQ/TODO.html.diff?r1=1.582&r2=1.583)

Browse pgsql-committers by date

  From Date Subject
Next Message Bruce Momjian 2007-02-09 03:15:49 pgsql: Remove blank line from C code.
Previous Message Bruce Momjian 2007-02-09 00:34:31 pgsql: Update: < * Consider placing all sequences in a single table,