Re: How to add an INHERITS to an already populated table - Mailing list pgsql-general

From Oleg Bartunov
Subject Re: How to add an INHERITS to an already populated table
Date
Msg-id Pine.GSO.4.62.0505311630390.16737@ra.sai.msu.su
Whole thread Raw
In response to Re: How to add an INHERITS to an already populated table  (Richard Huxton <dev@archonet.com>)
Responses Re: How to add an INHERITS to an already populated table
List pgsql-general
look on pg_inherits table and pg_class.relhassubclass.
More info http://www.pgsql.ru/db/mw/msg.html?mid=2044343


On Tue, 31 May 2005, Richard Huxton wrote:

> David Pradier wrote:
>> Hi everybody,
>>
>> is it possible to add some inheritance lively, without doing a
>> dump/restore ?
>
> Not AFAIK. Easiest solution is probably to script some ALTER TABLE ADD COLUMN
> commands.
>
>

     Regards,
         Oleg
_____________________________________________________________
Oleg Bartunov, sci.researcher, hostmaster of AstroNet,
Sternberg Astronomical Institute, Moscow University (Russia)
Internet: oleg@sai.msu.su, http://www.sai.msu.su/~megera/
phone: +007(095)939-16-83, +007(095)939-23-83

pgsql-general by date:

Previous
From: Timothy Perrigo
Date:
Subject: pg_get_serial_sequence and table inheritence
Next
From: Oleg Bartunov
Date:
Subject: Re: How to add an INHERITS to an already populated table