Re: [GENERAL] Automatically Creating INSERT/UPDATE/DELETE Rules on Views

2006-11-11 Thread Robert Treat
On Friday 10 November 2006 18:39, Matt Miller wrote: > I'm converting a large Oracle DB that uses hundreds of updatable views. > ora2pg is quite useful, but it looks like it doesn't do anything to > create the rules that are needed to make the views updatable. Under > Oracle simple views like "sel

[GENERAL] Automatically Creating INSERT/UPDATE/DELETE Rules on Views

2006-11-10 Thread Matt Miller
I'm converting a large Oracle DB that uses hundreds of updatable views. ora2pg is quite useful, but it looks like it doesn't do anything to create the rules that are needed to make the views updatable. Under Oracle simple views like "select * from the_table" are automatically updatable, so the Ora