Re: Idle idea for a feature - Mailing list pgsql-hackers

From NikhilS
Subject Re: Idle idea for a feature
Date
Msg-id d3c4af540704102239r46948549uc121af1d3ecfbf10@mail.gmail.com
Whole thread Raw
In response to Re: Idle idea for a feature  ("Guillaume Smet" <guillaume.smet@gmail.com>)
List pgsql-hackers
Hi,

On 4/11/07, Guillaume Smet <guillaume.smet@gmail.com> wrote:
On 4/10/07, Tom Lane <tgl@sss.pgh.pa.us> wrote:
> ISTM it'd be a good idea if it did, as "are there any incoming
> foreign keys" seems to be a question we constantly ask when solving
> update-performance problems, and there isn't any easy way to check for
> such.

On similar lines, maybe \d can also show the list of inheritors when invoked on a parent.
e.g :
postgres=# \d parent
    Table "public.parent"
 Column |  Type   | Modifiers
--------+---------+-----------
 a      | integer |
Indexes:
    "parent_a_key" UNIQUE, btree (a)
Inherited by: child

Regards,
Nikhils
--
EnterpriseDB               http://www.enterprisedb.com

pgsql-hackers by date:

Previous
From: Hannu Krosing
Date:
Subject: Re: [PATCHES] Full page writes improvement, code update
Next
From: Kris Kennaway
Date:
Subject: Re: Anyone interested in improving postgresql scaling?