SET NOT NULL / DROP NOT NULL as an HREF!

From: "Christopher Kings-Lynne" <chriskl(at)familyhealth(dot)com(dot)au>
To: "Hackers" <pgsql-hackers(at)postgresql(dot)org>, "Patches" <pgsql-patches(at)postgresql(dot)org>
Subject: SET NOT NULL / DROP NOT NULL as an HREF!
Date: 2002-03-27 08:49:33
Message-ID: GNELIHDDFBOCMGBFGEFOGEOFCBAA.chriskl@familyhealth.com.au
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers pgsql-patches

OK,

http://members.iinet.net.au/~klfamily/alternotnull.txt.gz

This is an identical patch to what I've submitted twice now and hasn't come
through...

This is a complete patch to implement changing the nullability of an
attribute. It passes all regressions tests. It includes its own quite
comprehensive regression test suite and documentation. It prevents you from
modifying system tables, non-table relations, system attributes, primary
keys and columns containing NULLs. It fully supports inheritance. I have
made some small changes to TODO to reflect this new functionality, plus
corrected some other TODO items.

The only thing I haven't checked are my ecpg changes. I would like someone
with more ecpg experience to check my preproc.y changes.

Please consider for 7.3!

Since I have now added two new large functions to command.c, I propose that
sometime before 7.3 beta, command.c is refactored and an alter.c created.
There is lots of common code in the Alter* functions that should be reused.

Chris

Browse pgsql-hackers by date

  From Date Subject
Next Message Oliver Elphick 2002-03-27 09:46:04 Linux/mips compile: [Fwd: Bug#139003: a little bit more is needed...]
Previous Message Christopher Kings-Lynne 2002-03-27 08:47:44 Re: contrib/tree/README.tree

Browse pgsql-patches by date

  From Date Subject
Next Message Bruce Momjian 2002-03-27 10:53:00 Re: little error messages fix
Previous Message Christopher Kings-Lynne 2002-03-27 06:22:09 SET NOT NULL/DROP NOT NULL patch