Re: Inherited tables: How stable is that feature?

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: Florian Weimer <Florian(dot)Weimer(at)RUS(dot)Uni-Stuttgart(dot)DE>
Cc: pgsql-sql(at)postgresql(dot)org
Subject: Re: Inherited tables: How stable is that feature?
Date: 2001-05-18 15:15:12
Message-ID: 15695.990198912@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-sql

Florian Weimer <Florian(dot)Weimer(at)RUS(dot)Uni-Stuttgart(dot)DE> writes:
> Is it likely that table inheritance is going to be removed in future
> PostgreSQL versions (or that the semantics change radically)?

I doubt anyone is planning to remove it. If anything it'll get better
supported. Notice that 7.1 now allows update/delete over inheritance
hierarchies, which never worked before --- that doesn't look like a
dying feature to me.

I would not really recommend using multiple inheritance, but single
inheritance seems like a safe-enough bet.

regards, tom lane

In response to

Browse pgsql-sql by date

  From Date Subject
Next Message george young 2001-05-18 15:35:49 Re: search for groups with a user
Previous Message speeves 2001-05-18 14:28:49 convert date to time?