> 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..