pgsql: Update text: > This allows tables to be added/removed from an

From: momjian(at)postgresql(dot)org (Bruce Momjian)
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Update text: > This allows tables to be added/removed from an
Date: 2006-05-23 20:59:29
Message-ID: 20060523205929.BF2C19FA279@postgresql.org
Views: Whole Thread | Raw Message | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Log Message:
-----------
Update text:

> This allows tables to be added/removed from an inheritance
> hierarchy. This is particularly useful for table partitioning.

Modified Files:
--------------
pgsql/doc:
TODO (r1.1825 -> r1.1826)
(http://developer.postgresql.org/cvsweb.cgi/pgsql/doc/TODO.diff?r1=1.1825&r2=1.1826)
pgsql/doc/src/FAQ:
TODO.html (r1.328 -> r1.329)
(http://developer.postgresql.org/cvsweb.cgi/pgsql/doc/src/FAQ/TODO.html.diff?r1=1.328&r2=1.329)

Browse pgsql-committers by date

  From Date Subject
Next Message Tom Lane 2006-05-23 21:37:59 pgsql: Tweak writetup_heap/readtup_heap to avoid storing the tuple
Previous Message Bruce Momjian 2006-05-23 20:57:53 pgsql: Add: > o Add ALTER TABLE tab ADD/DROP INHERITS parent > >