From: | Scott Marlowe <scott(dot)marlowe(at)gmail(dot)com> |
---|---|
To: | Abdul Rahman <abr_ora(at)yahoo(dot)com> |
Cc: | pgsql-general(at)postgresql(dot)org |
Subject: | Re: Key Vs Index |
Date: | 2009-02-11 07:48:20 |
Message-ID: | dcc563d10902102348n6fc8289ak93b2cf589ddfddf7@mail.gmail.com |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-general |
On Wed, Feb 11, 2009 at 12:37 AM, Abdul Rahman <abr_ora(at)yahoo(dot)com> wrote:
> 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.
Yeah, I'm a big big fan of psql. Try tab completion on for size,
that's really cool, but I wish it worked for more situations. be sure
and look through all the \ commands, there's a ton of them, and some
are quite useful, \i for input a file, \o for output stdout to a
file, and so on...
I have to say I'm very spoiled by psql, and would have killed for an
equivalent on oracle back when I had to keep it happy. Closest
compromise I ever got was using rlwrap on it's sql command like tool.
From | Date | Subject | |
---|---|---|---|
Next Message | Iñigo Barandiaran | 2009-02-11 07:54:40 | Re: createdb.exe and psql.exe without Promting Password |
Previous Message | Craig Ringer | 2009-02-11 07:43:20 | Re: Key Vs Index |