how to make table inherits another ? - Mailing list pgsql-hackers

From Oleg Bartunov
Subject how to make table inherits another ?
Date
Msg-id Pine.GSO.4.62.0502162342470.8005@ra.sai.msu.su
Whole thread Raw
Responses Re: how to make table inherits another ?  (elein@varlena.com (elein))
List pgsql-hackers
Hi there,

is't possible to make table to be inherited from another table  in case
both tables already exist.  I tried to insert record to pg_inherits,
but it doesn't helped.

openfts=# select * from pg_inherits; inhrelid | inhparent | inhseqno 
----------+-----------+----------  2617283 |   2417279 |        1

did I miss something ?
    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-hackers by date:

Previous
From: elein@varlena.com (elein)
Date:
Subject: Re: Work on Table Inheritance
Next
From: "Sergey E. Koposov"
Date:
Subject: Re: Strange RETURN NEXT behaviour in Postgres 8.0