Modifying NOT NULL Constraint

Поиск
Список
Период
Сортировка
От Dan Wilson
Тема Modifying NOT NULL Constraint
Дата
Msg-id 005301bfd5b0$2b3de420$db7dfea9@dwilson
обсуждение исходный текст
Ответы Re: Modifying NOT NULL Constraint  (Tom Lane <tgl@sss.pgh.pa.us>)
Список pgsql-hackers
In the following archived email:

http://www.postgresql.org/mhonarc/pgsql-admin/2000-05/msg00025.html

this was posed as a solutions to modifying the NOT NULL constraint:

>update pg_attributes set attnotnull = 'f' where oid = oidofnotnullcolumn;
>vacuum analyze;

I didn't find any further comment on this so I decided to go right to the
source...

Is this recommended or not?
Are there any side effects of which I should be aware before attempting to
use this?

If this is not a valid way to accomplish the modification of the NOT NULL
constraint, then are there plans for an implementation of it (I enjoy the
new ALTER COLUMN DEFAULT)?

Thanks,
-Dan Wilson
phpPgAdmin Author
http://www.phpwizard.net/phpPgAdmin

Please reply to me directly as I'm not subscribed to the list.



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

Предыдущее
От: Peter Eisentraut
Дата:
Сообщение: Re: Big 7.1 open items
Следующее
От: Peter Eisentraut
Дата:
Сообщение: Re: Proposal for fixing numeric type-resolution issues