default values for views

Поиск
Список
Период
Сортировка
От Neil Conway
Тема default values for views
Дата
Msg-id 20020415181943.25bdf9e2.nconway@klamath.dyndns.org
обсуждение исходный текст
Ответы Re: default values for views  (Tom Lane <tgl@sss.pgh.pa.us>)
Re: default values for views  (Bruce Momjian <pgman@candle.pha.pa.us>)
Re: default values for views  (Bruce Momjian <pgman@candle.pha.pa.us>)
Список pgsql-patches
The attached patch allows views to have default values. You can't
specify a default value within a CREATE VIEW statement, it must be
done using ALTER TABLE ... ALTER COLUMN ... SET DEFAULT after the
view has already been created. Most of the hard work was done by
Tom Lane, I just patched pg_dump and updated the documentation.

Cheers,

Neil

--
Neil Conway <neilconway@rogers.com>
PGP Key ID: DB3C29FC

Вложения

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

Предыдущее
От: Bruce Momjian
Дата:
Сообщение: Re: ANSI Compliant Inserts
Следующее
От: Tom Lane
Дата:
Сообщение: Re: default values for views