Re: Drop Not Null

Поиск
Список
Период
Сортировка
От Alex Kloss
Тема Re: Drop Not Null
Дата
Msg-id 4717EA47.2080701@att.net
обсуждение исходный текст
Ответ на Drop Not Null  (yogesh <yogesh.arora.daffodil@gmail.com>)
Ответы Re: Drop Not Null
Список pgsql-admin
yogesh wrote:
> Hello Frnds,
>  What is the Command to drop the  Not Null  Constraint from a Column
> of the Table.....Please reply asap.............
>
> Regards,
>  Yogesh Arora.
>
>
> ---------------------------(end of broadcast)---------------------------
> TIP 2: Don't 'kill -9' the postmaster
>
>
ALTER TABLE table ALTER COLUMN column DROP NOT NULL

See http://www.postgresql.org/docs/8.2/interactive/ddl-alter.html#AEN2311
for more information about dropping constraints.

Alex Kloss


Вложения

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

Предыдущее
От: Alex Kloss
Дата:
Сообщение: Re:
Следующее
От: "Scott Marlowe"
Дата:
Сообщение: Re: unable to install postgresql-8.1.3-1.zip for winxp