Re: Unique / Primary key constraints

Поиск
Список
Период
Сортировка
От Bruce Momjian
Тема Re: Unique / Primary key constraints
Дата
Msg-id 200207180450.g6I4osH10580@candle.pha.pa.us
обсуждение исходный текст
Ответ на Unique / Primary key constraints  (Rod Taylor <rbt@zort.ca>)
Список pgsql-patches
Patch applied.  Thanks.

---------------------------------------------------------------------------


Rod Taylor wrote:
> Unique and primary key constraints are both dumped using ALTER TABLE
> statements.  Unique indexes with CREATE INDEX.
>
> Basically, pg_constraint left outer'd to pg_index.
>
>

[ Attachment, skipping... ]

>
> ---------------------------(end of broadcast)---------------------------
> TIP 4: Don't 'kill -9' the postmaster

--
  Bruce Momjian                        |  http://candle.pha.pa.us
  pgman@candle.pha.pa.us               |  (610) 853-3000
  +  If your life is a hard drive,     |  830 Blythe Avenue
  +  Christ can be your backup.        |  Drexel Hill, Pennsylvania 19026

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

Предыдущее
От: Bruce Momjian
Дата:
Сообщение: Re: GRANT / REVOKE on functions
Следующее
От: Bruce Momjian
Дата:
Сообщение: Re: CLUSTER patch