alter table questions

Поиск
Список
Период
Сортировка
От mike
Тема alter table questions
Дата
Msg-id 001801c0cc02$c77ec9f0$0100000a@Domain.wyd2002.org
обсуждение исходный текст
Ответы Re: alter table questions  (Peter Eisentraut <peter_e@gmx.net>)
Список pgsql-general
in the current postgres docs alter table is as follows to add a column,
 
ALTER TABLE distributors ADD COLUMN address VARCHAR(30);
why is it when I add a column with a defualt value the default value is ignored?

ALTER TABLE ind_personal ADD COLUMN reg_security CHAR(3) NOT NULL DEFAULT '0';

Mike  

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

Предыдущее
От: Sebastian Bossung
Дата:
Сообщение: Detecting locks
Следующее
От: Peter T Mount
Дата:
Сообщение: Re: 7.1 RPM has old JDBC driver - SQL statement too long