Re: What gets inherited

From: John Taylor <john(dot)taylor(at)jtresponse(dot)co(dot)uk>
To: "PgSQL Novice" <pgsql-novice(at)postgresql(dot)org>
Subject: Re: What gets inherited
Date: 2002-06-18 15:45:27
Message-ID: 02061816452703.01632@splash.hq.jtresponse.co.uk
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-novice

On Tuesday 18 June 2002 16:19, I wrote:
> Hi,
>
> If I create a table that inherits from another, it inherits all the attributes,
> but does not appear to inherit the constraints, or indexes
>

Just double checked.
It seems that indexes DO get inherited, but I'm not sure about the rest.
(I don't think I had enough rows for the optimizer to kick in indexed searches before)

Regards
JohnT

--
John Taylor J T Response Limited
Director Internet Solutions for Business
+44 (0)1954 261146

In response to

Responses

Browse pgsql-novice by date

  From Date Subject
Next Message Pierre-Alexis PAQUIN 2002-06-18 16:02:00 unsubscribe NOVICE
Previous Message Josh Berkus 2002-06-18 15:36:15 Re: Which indexes to drop