ALT*R T*BL* S*T / DR*P N*T N*LL patch - 4th try

Поиск
Список
Период
Сортировка
От Christopher Kings-Lynne
Тема ALT*R T*BL* S*T / DR*P N*T N*LL patch - 4th try
Дата
Msg-id GNELIHDDFBOCMGBFGEFOAEOGCBAA.chriskl@familyhealth.com.au
обсуждение исходный текст
Ответы Re: ALT*R T*BL* S*T / DR*P N*T N*LL patch - 4th try  (Tom Lane <tgl@sss.pgh.pa.us>)
Список pgsql-patches
OK,

This is an identical patch to what I've submitted four times 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

Вложения

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

Предыдущее
От: "Rod Taylor"
Дата:
Сообщение: pg_dump for domains
Следующее
От: "Christopher Kings-Lynne"
Дата:
Сообщение: Re: pg_dump for domains