Re: extended index info

From: Chris <dmagick(at)gmail(dot)com>
To: Michael Fuhr <mike(at)fuhr(dot)org>
Cc: pgsql-general(at)postgresql(dot)org
Subject: Re: extended index info
Date: 2006-03-03 07:00:55
Message-ID: 4407E9A7.1000706@gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

Michael Fuhr wrote:
> 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
>

Derr.

Thanks :)

--
Postgresql & php tutorials
http://www.designmagick.com/

In response to

Browse pgsql-general by date

  From Date Subject
Next Message Dragan Matic 2006-03-03 07:47:00 Postgres automatically inserts chr(13) whenever chr(10) is inserted
Previous Message Michael Fuhr 2006-03-03 06:58:46 Re: extended index info