Re: INSERT...ON DUPLICATE KEY IGNORE - Mailing list pgsql-hackers

From Peter Eisentraut
Subject Re: INSERT...ON DUPLICATE KEY IGNORE
Date
Msg-id 1378103888.10345.3.camel@vanquo.pezone.net
Whole thread Raw
In response to INSERT...ON DUPLICATE KEY IGNORE  (Peter Geoghegan <pg@heroku.com>)
Responses Re: INSERT...ON DUPLICATE KEY IGNORE
List pgsql-hackers
On Fri, 2013-08-30 at 15:09 -0700, Peter Geoghegan wrote:
> The attached WIP patch implements this for Postgres, with a few
> notable differences:
> 
Your patch breaks the ECPG regression tests:

../../preproc/ecpg --regression -I./../../include -o insupd.c -I. insupd.pgc
insupd.pgc:22: ERROR: syntax error at or near "into"
make[3]: *** [insupd.c] Error 3





pgsql-hackers by date:

Previous
From: Peter Eisentraut
Date:
Subject: Re: Extension Templates S03E11
Next
From: Peter Geoghegan
Date:
Subject: Re: INSERT...ON DUPLICATE KEY IGNORE