pgsql: Add: > > * Support table partitioning that allows a single

From: momjian(at)svr1(dot)postgresql(dot)org (Bruce Momjian)
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Add: > > * Support table partitioning that allows a single
Date: 2005-03-23 01:25:12
Message-ID: 20050323012512.95622565A2@svr1.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

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

>
> * Support table partitioning that allows a single table to be stored
> in subtables that are partitioned based on the primary key or a WHERE
> clause

Modified Files:
--------------
pgsql/doc:
TODO (r1.1467 -> r1.1468)
(http://developer.postgresql.org/cvsweb.cgi/pgsql/doc/TODO.diff?r1=1.1467&r2=1.1468)

Browse pgsql-committers by date

  From Date Subject
Next Message Bruce Momjian 2005-03-23 02:14:13 pgsql: Add for pg_dump: > o Update to use the newer COPY syntax
Previous Message Bruce Momjian 2005-03-23 00:36:15 pgsql: Remove: < < o Prevent conflicting SET options from being set <