pgsql: Add: > > * Support table partitioning that allows a single - Mailing list pgsql-committers

From momjian@svr1.postgresql.org (Bruce Momjian)
Subject pgsql: Add: > > * Support table partitioning that allows a single
Date
Msg-id 20050323012512.95622565A2@svr1.postgresql.org
Whole thread Raw
List 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)

pgsql-committers by date:

Previous
From: momjian@svr1.postgresql.org (Bruce Momjian)
Date:
Subject: pgsql: Remove: < < o Prevent conflicting SET options from being set <
Next
From: momjian@svr1.postgresql.org (Bruce Momjian)
Date:
Subject: pgsql: Add for pg_dump: > o Update to use the newer COPY syntax