Re: Truncate if exists
Stephen Frost <sfrost@snowman.net>
From: Stephen Frost <sfrost@snowman.net>
To: Robert Haas <robertmhaas@gmail.com>
Cc: Josh Berkus <josh@agliodbs.com>, pgsql-hackers@postgresql.org
Date: 2012-10-12T19:00:32Z
Lists: pgsql-hackers
* Robert Haas (robertmhaas@gmail.com) wrote: > INSERT IF EXISTS (and, hey, why not INSERT OR > CREATE for good measure?). I'm not sure what the right thing to do > is... but we should probably come up with some consensus position we > can all live with, and then go make this uniform[1]. 'INSERT OR CREATE' was specifically mentioned as something which would be very useful for certain development-type activities at PGOpen. I'm on the fence about it myself, but it is kind of a neat idea. Thanks, Stephen