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

Started by Bruce Momjianabout 20 years ago1 messagescomitters
Jump to latest
#1Bruce Momjian
bruce@momjian.us

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&amp;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&amp;r2=1.414)