Re: How to retrieve functional index column names

From: glogy(at)centrum(dot)cz (Jakub)
To: pgsql-hackers(at)postgresql(dot)org
Subject: Re: How to retrieve functional index column names
Date: 2004-01-12 13:09:44
Message-ID: c7ed2227.0401120509.611bc032@posting.google.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

> As of 7.4, this is a requirement badly in need of reconsideration.
> What makes you think there is any function name involved? Consider
> something like
> create index i on t ((col + 2));
>
> Getting the column names is still a sensible operation though. I'd
> suggest looking in pg_depend to see which columns of the table the
> index depends on.

Thank you for your help Tom!

Regards Jakub

In response to

Browse pgsql-hackers by date

  From Date Subject
Next Message Robert Treat 2004-01-12 13:17:46 Re: OLE DB driver
Previous Message Shachar Shemesh 2004-01-12 09:30:58 Re: OLE DB driver