pgsql: Add an example of attaching a default value to an updatable view

Поиск
Список
Период
Сортировка
От Tom Lane
Тема pgsql: Add an example of attaching a default value to an updatable view
Дата
Msg-id E1U4DWs-0006cu-AJ@gemulon.postgresql.org
обсуждение исходный текст
Список pgsql-committers
Add an example of attaching a default value to an updatable view.

This is probably the single most useful thing that ALTER VIEW can do,
particularly now that we have auto-updatable views.  So show an explicit
example.

Branch
------
master

Details
-------
http://git.postgresql.org/pg/commitdiff/3a1f8cdfa90443117049c601364009b71eaad3d1

Modified Files
--------------
doc/src/sgml/ref/alter_view.sgml |   14 +++++++++++++-
1 files changed, 13 insertions(+), 1 deletions(-)


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

Предыдущее
От: "Erik Rijkers"
Дата:
Сообщение: Re: pgsql: psql: Improve expanded print output in tuples-only mode
Следующее
От: Tom Lane
Дата:
Сообщение: pgsql: Reduce log level of picksplit-doesn't-support-secondary-split wh