Re: Adding a primary key

Поиск
Список
Период
Сортировка
От Thalis A. Kalfigopoulos
Тема Re: Adding a primary key
Дата
Msg-id Pine.LNX.4.21.0106121656510.19889-100000@aluminum.cs.pitt.edu
обсуждение исходный текст
Ответ на Adding a primary key  ("P. Dwayne Miller" <dmiller@espgroup.net>)
Ответы Re: Adding a primary key
Список pgsql-general
You can only define the pri key on table creation. If you miss it there, you can only add a Unique index (which is
prettymuch the same I think) 

Check http://www.postgresql.org/idocs/index.php?sql-altertable.html


cheers,
thalis

On Tue, 12 Jun 2001, P. Dwayne Miller wrote:

> How do I add a primary key to a table.  The database was migrated using
> pgAdmin and no indexes or keys were migrated.  I'd like to add a primary
> key constraint to a table.
>
>
> ---------------------------(end of broadcast)---------------------------
> TIP 6: Have you searched our list archives?
>
> http://www.postgresql.org/search.mpl
>


В списке pgsql-general по дате отправления:

Предыдущее
От: Stephan Szabo
Дата:
Сообщение: Re: abs() does not exists..
Следующее
От: Martín Marqués
Дата:
Сообщение: Re: Permissions & Ownership (BUG?)