Re: [GENERAL] merge in postgres trigger function

2011-06-17 Thread Pavel Stehule
Hello PostgreSQL doesn't support MERGE statement yet Regards Pavel Stehule 2011/6/17 Leon Match : > Hello, > > > > I am trying to move few objects to postgres from oracle. > > > > I have an issue with a trigger, which has a merge inside? > > > > Here is my code: > > BEGIN > >     MERGE INTO Req

[GENERAL] merge in postgres trigger function

2011-06-17 Thread Leon Match
Hello, I am trying to move few objects to postgres from oracle. I have an issue with a trigger, which has a merge inside? Here is my code: BEGIN MERGE INTO Requests r using (select new.web_form_id web_form_id, new.form_type form