pgAdmin 3 index display problem

From: Eduardas Tcpa <tcpa41(at)gmail(dot)com>
To: pgsql-general(at)postgresql(dot)org
Subject: pgAdmin 3 index display problem
Date: 2010-11-01 12:40:33
Message-ID: AANLkTik0zT9H=t3Wz05LwS1DMkzyffcF9M8-+ZK1AsGJ@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

Hello I'm getting into strange problem with pgAdmin 3.
As we all know, PostgreSQL enforces index creation on primary key's.
The problem with this is the fact, that when i create a table in pgAdmin's
sql editor, in result window i'm getting success and a note that an index
will be created on tables pripamary key - problem, when I am browsing
through table structure in my public schema, under newly created table in
index section there are no indexes until I create one explicitly.So does it
create an index?and it's pgAdmin's bug not displaying the auto created
index, or it works in such way - not displaying the auto index?

PostgreSQL version: 9.0.1

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Stefan Schwarzer 2010-11-01 13:03:19 Re: Problem with Crosstab (Concatenate Problem)
Previous Message Norberto Delle 2010-11-01 11:59:31 Re: Failover on Windows