Re: [HACKERS] Feature request: INSERT .... ON DUPLICATE UPDATE ....

2010-11-28 Thread Robert Haas
On Sun, Nov 28, 2010 at 7:44 PM, Yourfriend wrote: > In our company,  we use both PostgreSQL and MySQL, our developers include me > think that the "INSERT ... ON DUPLICATE UPDATE " clause is a much more user > friendly function,so, would you please add this liked function in > PostgreSQL, I know w

[HACKERS] Feature request: INSERT .... ON DUPLICATE UPDATE ....

2010-11-28 Thread Yourfriend
Dear all, In our company, we use both PostgreSQL and MySQL, our developers include me think that the "INSERT ... ON DUPLICATE UPDATE " clause is a much more user friendly function,so, would you please add this liked function in PostgreSQL, I know we can write PROCEDURE or RULE to solve this probl