Re: [GENERAL] views in 8.0

2005-01-11 Thread Peter Eisentraut
Am Dienstag, 11. Januar 2005 13:43 schrieb Jason Tesser: > Can you insert and update data in views in 8.0 I know you cannot in 7.4. Views not updatable in 7.4 or in 8.0. You need to write your own update rules. Nothing has changed in that regard. -- Peter Eisentraut http://developer.postgres

[GENERAL] views in 8.0

2005-01-11 Thread Jason Tesser
Can you insert and update data in views in 8.0 I know you cannot in 7.4. I am asking because I want to make new structure for my backend but for legacy apps I need to keep the old sturcture also. I was hoping to use views to accomplish this by making the new structure and give the old apps v