Re: Bug in DROP NOT NULL

Поиск
Список
Период
Сортировка
От Christopher Kings-Lynne
Тема Re: Bug in DROP NOT NULL
Дата
Msg-id 424CB069.3050600@familyhealth.com.au
обсуждение исходный текст
Ответ на Re: Bug in DROP NOT NULL  (Tom Lane <tgl@sss.pgh.pa.us>)
Ответы Re: Bug in DROP NOT NULL
Список pgsql-hackers
> I don't think that's a bug.  You may not intend ever to cluster on that
> index again, and if you try it will tell you about the problem.

Except it breaks the 'cluster everything' case:

test=# cluster;
ERROR:  cannot cluster when index access method does not handle null values
HINT:  You may be able to work around this by marking column "a" NOT NULL.

Chris


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

Предыдущее
От: "Qingqing Zhou"
Дата:
Сообщение: Re: [ADMIN] Excessive growth of pg_attribute and other system tables
Следующее
От: Christopher Kings-Lynne
Дата:
Сообщение: New FLOSS survey