Re: Are Indices automatically generated for primary keys? - Mailing list pgsql-performance

From Thom Brown
Subject Re: Are Indices automatically generated for primary keys?
Date
Msg-id AANLkTineyC5zX0AmGgd4vaWouN9fWzjXeVqo2EJUee2n@mail.gmail.com
Whole thread Raw
In response to Re: Are Indices automatically generated for primary keys?  (Justin Graf <justin@magwerks.com>)
Responses Re: Are Indices automatically generated for primary keys?
List pgsql-performance
On 18 August 2010 17:06, Justin Graf <justin@magwerks.com> wrote:
> On 8/18/2010 9:15 AM, Clemens Eisserer wrote:
>> Hi,
>>
>>
>>> they are generated automatically.
>>>
>> Thanks depesz!
>> The reason why I asked was because pgAdmin doesn't display the
>> automatically created indices, which confused me.
>>
>> Thanks, Clemens
>>
> PGAdmin caches all database layout locally, the tree view can get very
> stale.  So refresh the treeview with either F5 or right click an item in
> the treeview click refresh to rebuild the list.
>

I don't think PgAdmin will display indexes created by primary keys,
only if indisprimary is false.

--
Thom Brown
Registered Linux user: #516935

pgsql-performance by date:

Previous
From: Justin Graf
Date:
Subject: Re: Are Indices automatically generated for primary keys?
Next
From: Samuel Gendler
Date:
Subject: write barrier question