Re: Asserting existing key to be primary

Поиск
Список
Период
Сортировка
От Merlin Moncure
Тема Re: Asserting existing key to be primary
Дата
Msg-id 6EE64EF3AB31D5448D0007DD34EEB3412A7459@Herge.rcsinc.local
обсуждение исходный текст
Ответ на Asserting existing key to be primary  (Chris Browne <cbbrowne@acm.org>)
Ответы Development Schedule Page  ("Simon@2ndquadrant.com" <simon@2ndquadrant.com>)
Список pgsql-hackers
> Is there a way to do that without too much (mwahahhaha! fiddling with
> pg_class!!!) trickery?

esp=# alter table test add primary key(id);
NOTICE:  ALTER TABLE / ADD PRIMARY KEY will create implicit index
"test_pkey" for table "test"
ALTER TABLE


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

Предыдущее
От: Andrew Dunstan
Дата:
Сообщение: Re: Postgres development model (was Re: CVS comment)
Следующее
От: Manfred Spraul
Дата:
Сообщение: Re: hot spare / log shipping work on