Re: rename primary key

From: Seb <spluque(at)gmail(dot)com>
To: pgsql-sql(at)postgresql(dot)org
Subject: Re: rename primary key
Date: 2010-01-15 03:39:23
Message-ID: 87d41c11g4.fsf@kolob.sebmags.homelinux.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-sql

On Fri, 15 Jan 2010 12:34:15 +0900,
Ian Barwick <barwick(at)gmail(dot)com> wrote:

[...]

> Is this what you mean?

[...]

Exactly! Thanks.

On a related note: how come pgadmin3 shows "Indexes (0)" for such a
table, even though an index does exist for the primary key? Are these
indexes created in a separate table that is looked up by the foo table?

--
Seb

In response to

Responses

Browse pgsql-sql by date

  From Date Subject
Next Message Guillaume Lelarge 2010-01-15 06:35:17 Re: rename primary key
Previous Message Ian Barwick 2010-01-15 03:34:15 Re: rename primary key