On Wed, Jul 23, 2014 at 5:58 PM, Robert Haas <robertmhaas(at)gmail(dot)com> 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