DEFAULT in

Поиск
Список
Период
Сортировка
От Neil Conway
Тема DEFAULT in
Дата
Msg-id 1048526249.421.7.camel@tokyo
обсуждение исходный текст
Список pgsql-hackers
Folks,

While browsing through the SQL spec (200x draft), I noticed the
following:

<set clause list> (the list of SET expressions in an UPDATE statement;
section 14.12) allows a <contextually typed value specification> on the
right-hand side of SET assignments. One of the possibilities for a
<contextually typed value specification> is DEFAULT (section 6.5).

In other words, this syntax should be legal:

UPDATE sometable SET somecolumn = DEFAULT;

but it doesn't appear to be implemented as of CVS tip.

Any comments?

Cheers,

Neil



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

Предыдущее
От: "A Mohan"
Дата:
Сообщение: How to store & retrieve Binary Data?
Следующее
От: Tom Lane
Дата:
Сообщение: Re: Strange aggregate