Re: virtual fields on VIEW?

Поиск
Список
Период
Сортировка
От raptor
Тема Re: virtual fields on VIEW?
Дата
Msg-id 20040619025618.7eca2262@vr
обсуждение исходный текст
Ответ на Re: virtual fields on VIEW?  ("raptor@tvskat.net" <raptor@tvskat.net>)
Ответы Re: virtual fields on VIEW?  (Richard Huxton <dev@archonet.com>)
Список pgsql-general
> view i.e. they are not updatable ..
|>
|> All views in PG are read-only. If you want to make the view updatable,
|> you'll need to write your own rules (see manuals for details).
|
|]- yep, i have to write RULES how updates/inserts will be propagandated( i made a quick read
|of this section from the docs..)

]- re: to myself... In fact I was using postgres in the past afaik 6.x versions or so (no outer joins, rule system was
stillnot fully working ... it was good on paper was good but, ... now glad it has advanced so much :")).. 
 then i got using Inter Base(FireBird). (really cool db :") )
 From what I see 7.x series has made huge step forward.. probably now surpacing firebird on features side.. (they had
hardtime  
 adapting Interbase code)
 (no flame pls!)

AFAIK firebird(interbase) and postgres are the only DB with multiversioning engines, is that true ?


thanx again for your help..

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

Предыдущее
От: "Jeroen T. Vermeulen"
Дата:
Сообщение: Article on open-source databases
Следующее
От: George Essig
Дата:
Сообщение: Re: putting binary data in a char field?