Re: Request for new function in view update

2023-06-28 Thread Terry Brennan
unioning two tables. I've done work on table intersection and table difference too, but didn't include it in the paper. Terry Brennan On Wed, Jun 28, 2023 at 2:49 AM Yugo NAGATA wrote: > On Thu, 1 Jun 2023 12:18:47 -0500 > Terry Brennan wrote: > > > Hello all, >

Re: Request for new function in view update

2023-06-02 Thread Terry Brennan
gn key -- leading to different update methods. PostgreSQL can determine which type of join is present by examining the primary keys of the two tables, and by examining other clues, such as referential integrity checking. Adding join and union would allow many more views to be updateable. Yours, Terry B