Re: Dropping CHECK constraints

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: Dropping CHECK constraints
Дата
Msg-id 3028.984971546@sss.pgh.pa.us
обсуждение исходный текст
Ответ на Dropping CHECK constraints  ("Christopher Kings-Lynne" <chriskl@familyhealth.com.au>)
Список pgsql-hackers
"Christopher Kings-Lynne" <chriskl@familyhealth.com.au> writes:
> In 7.0.3, is it safe to drop a check constraint by simply deleting it from
> the pg_relcheck table?

You'll need to adjust the relchecks count in the table's pg_class entry
as well.
        regards, tom lane


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

Предыдущее
От: Nat Howard
Дата:
Сообщение: Re: Re: Beta6 for Tomorrow
Следующее
От: Tom Lane
Дата:
Сообщение: Re: Performance monitor signal handler