Re: Thoughts about updateable views

Поиск
Список
Период
Сортировка
От Yann Michel
Тема Re: Thoughts about updateable views
Дата
Msg-id 20041222130149.GA28011@zong.spline.inf.fu-berlin.de
обсуждение исходный текст
Ответ на Re: Thoughts about updateable views  (Richard Huxton <dev@archonet.com>)
Ответы Re: Thoughts about updateable views
Список pgsql-hackers
Hi,

On Wed, Dec 22, 2004 at 09:41:40AM +0000, Richard Huxton wrote:
> UNION etc doesn't necessarily mean you can't update, so long as the 
> underlying table/key can be identified.

I think you mean UNION ALL, i.e. the set addition, don't you?
Otherwise UNION (wothout ALL) is kind of a aggregation due to it only
adds a row once to the resulting set wheter it is found twice or not.
Therefore any updates are not possible.

Regards,
Yann


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

Предыдущее
От: Hannu Krosing
Дата:
Сообщение: oldish libpq bug still in RC2
Следующее
От: Richard Huxton
Дата:
Сообщение: Re: Thoughts about updateable views