From: | Abdul Rahman <abr_ora(at)yahoo(dot)com> |
---|---|
To: | pgsql-general(at)postgresql(dot)org |
Subject: | Re: Key Vs Index |
Date: | 2009-02-11 07:37:26 |
Message-ID: | 211054.77284.qm@web65705.mail.ac4.yahoo.com |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-general |
I have found the answer. PostgreSQL creates index on primary key implicitly and can be seen via \d tablename; command on psql prompt. But PG_Admin-III does not show this index. Sorry to say that I faced several problems because of PG_Admin-III. And I advise you to use psql prompt instead of GUI.
________________________________
From: Abdul Rahman <abr_ora(at)yahoo(dot)com>
To: pgsql-general(at)postgresql(dot)org
Sent: Wednesday, February 11, 2009 12:09:25 PM
Subject: Key Vs Index
In Oracle, the index is automatically created during the creation of Primary Key. But in PostgreSQL either index is implicitly created of the user hast create it explicitly. I don't find any index against Primary Key and have to create index on this key.
From | Date | Subject | |
---|---|---|---|
Next Message | Craig Ringer | 2009-02-11 07:43:20 | Re: Key Vs Index |
Previous Message | Scott Marlowe | 2009-02-11 07:32:04 | Re: Key Vs Index |