On Wed, Jul 23, 2014 at 5:58 PM, Robert Haas <[email protected]> wrote: > I'd suggest something like: > > UPSERT table SET col = value [, ...] WHERE predicate;
I don't think this is actually good enough. Typical use cases are things like "increment this counter or insert a new one starting at 0". -- greg -- Sent via pgsql-hackers mailing list ([email protected]) To make changes to your subscription: http://www.postgresql.org/mailpref/pgsql-hackers
