If you are unable to use this captcha for any reason, please contact us by email at support@dreamwidth.org
[ Home | Post Entry | Log in | Search | Browse Options | Site Map ]
Re: INSERT IGNORE solution
select set_myObject(src.f1, src.f2, src.f3)
FROM source_table src;
where set_myObject performs INSERT/IGNORE functionality and returns void (or a scalar value, say the key) and f1, f2, and f3 are fields from your select.
Postgres is much more powerful than you realize.