Re: Adding PK to Existing Table [RESOLVED]

Поиск
Список
Период
Сортировка
От Rich Shepard
Тема Re: Adding PK to Existing Table [RESOLVED]
Дата
Msg-id alpine.LNX.2.00.1104010925000.3160@salmo.appl-ecosys.com
обсуждение исходный текст
Ответ на Re: Adding PK to Existing Table  (Raghavendra <raghavendra.rao@enterprisedb.com>)
Список pgsql-general
On Fri, 1 Apr 2011, Raghavendra wrote:

> Try out this...
> alter table <table name> add primary key(column name);

Raghavendra,

   Aha! I missed noticing that I need parentheses around the column name.

Much thanks,

Rich

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

Предыдущее
От: Raghavendra
Дата:
Сообщение: Re: How to get index columns/dir/ord informations?
Следующее
От: George Woodring
Дата:
Сообщение: Re: autovacuum issue after upgrade to 9.0.1