Bug in DROP NOT NULL

From: Christopher Kings-Lynne <chriskl(at)familyhealth(dot)com(dot)au>
To: Hackers <pgsql-hackers(at)postgresql(dot)org>
Subject: Bug in DROP NOT NULL
Date: 2005-03-31 09:06:06
Message-ID: 424BBD7E.8080808@familyhealth.com.au
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers pgsql-patches

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

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Teodor Sigaev 2005-03-31 10:46:43 Re: TSearch2 performance issue?
Previous Message Mark Kirkwood 2005-03-31 08:25:32 Re: [HACKERS] contrib/pg_buffercache

Browse pgsql-patches by date

  From Date Subject
Next Message Andrew Dunstan 2005-03-31 12:31:44 Re: [HACKERS] contrib/pg_buffercache
Previous Message Mark Kirkwood 2005-03-31 08:25:32 Re: [HACKERS] contrib/pg_buffercache