pgsql: Done: < o Add ALTER TABLE tab ADD/DROP INHERITS parent < <

From: momjian(at)postgresql(dot)org (Bruce Momjian)
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Done: < o Add ALTER TABLE tab ADD/DROP INHERITS parent < <
Date: 2006-07-02 01:59:46
Message-ID: 20060702015946.EBC439FA5B5@postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Log Message:
-----------
Done:

< o Add ALTER TABLE tab ADD/DROP INHERITS parent
<
< This allows tables to be added/removed from an inheritance
< hierarchy. This is particularly useful for table partitioning.
< http://archives.postgresql.org/pgsql-hackers/2006-05/msg00988.php
<
> o -Add ALTER TABLE tab INHERIT / NO INHERIT parent

Modified Files:
--------------
pgsql/doc:
TODO (r1.1910 -> r1.1911)
(http://developer.postgresql.org/cvsweb.cgi/pgsql/doc/TODO.diff?r1=1.1910&r2=1.1911)
pgsql/doc/src/FAQ:
TODO.html (r1.413 -> r1.414)
(http://developer.postgresql.org/cvsweb.cgi/pgsql/doc/src/FAQ/TODO.html.diff?r1=1.413&r2=1.414)

Browse pgsql-committers by date

  From Date Subject
Next Message Bruce Momjian 2006-07-02 02:22:39 pgsql: Done: > * -Add fillfactor to control reserved free space during
Previous Message Bruce Momjian 2006-07-02 01:58:36 pgsql: ALTER TABLE ...