Bug in DROP NOT NULL

Поиск
Список
Период
Сортировка
От Christopher Kings-Lynne
Тема Bug in DROP NOT NULL
Дата
Msg-id 424BBD7E.8080808@familyhealth.com.au
обсуждение исходный текст
Ответы Re: Bug in DROP NOT NULL  (Christopher Kings-Lynne <chriskl@familyhealth.com.au>)
Список pgsql-hackers
You can drop a NOT NULL on a column, even if that column is part of an 
index that is clustered, where the index does not index NULLs.

Also, I dont think that ALTER TABLE blah CLUSTER ON foo; actually warns 
about clustering a non-null indexing index.  However, CLUSTER foo ON 
blah; does.

Chris


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

Предыдущее
От: Marian POPESCU
Дата:
Сообщение: Re: ARC patent
Следующее
От: Teodor Sigaev
Дата:
Сообщение: Re: TSearch2 performance issue?