Re: extended index info

From: Michael Fuhr <mike(at)fuhr(dot)org>
To: Chris <dmagick(at)gmail(dot)com>
Cc: pgsql-general(at)postgresql(dot)org
Subject: Re: extended index info
Date: 2006-03-03 06:58:46
Message-ID: 20060303065846.GA35471@winnie.fuhr.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

On Fri, Mar 03, 2006 at 05:46:59PM +1100, Chris wrote:
> If I look at an index:
>
> \di+ news_pkey
>
> Schema | Name | Type | Owner | Description | Table
> --------+-----------+-------+-------+-------------+--------
> public | news_pkey | index | chris | | news
>
>
> It doesn't show me which fields it actually applies to, only the table.

\d news_pkey

--
Michael Fuhr

In response to

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Chris 2006-03-03 07:00:55 Re: extended index info
Previous Message Chris 2006-03-03 06:46:59 extended index info