Re: [GENERAL] Migrating Access to Postgres

2003-10-01 Thread Fabrizio Mazzoni
differences and errors in the datatypes which are very annoying... I kept access only as a frontend and beleive me this solution gave us a huge boost in production in our company ... Best Rgeards, Fabrizio Mazzoni On Wed, 1 Oct 2003 09:23:44 -0600 (CST) "Bernardo Robelo" <[EM

[GENERAL] help with a rule...

2001-07-10 Thread Fabrizio Mazzoni
Hi all...i'm trying to make a view i created in postgres editable... I was trying with a rule like this one: create rule test_rl as on insert to my_view do instead insert to my_real_table; but it doesn't seem to work... Basically i need that the whole view must be editable.. Thanks for your sug