Re: PL/pgSQL 2 - Mailing list pgsql-hackers

From Andres Freund
Subject Re: PL/pgSQL 2
Date
Msg-id 20140902201655.GE28635@awork2.anarazel.de
Whole thread Raw
In response to Re: PL/pgSQL 2  (Joel Jacobson <joel@trustly.com>)
Responses Re: PL/pgSQL 2  (Joel Jacobson <joel@trustly.com>)
Re: PL/pgSQL 2  (Jan Wieck <jan@wi3ck.info>)
List pgsql-hackers
On 2014-09-02 19:06:02 +0200, Joel Jacobson wrote:
> But what do you think about,
> STRICT UPDATE ...?

I quite dislike it. An UPDATE isn't less 'strict' (whatever that means)
if updates more than one row. There's some sense in the way it's used
for INTO because it's referring to the INTO. And it's much more obvious
what it could mean there.

Greetings,

Andres Freund

-- Andres Freund                       http://www.2ndQuadrant.com/PostgreSQL Development, 24x7 Support, Training &
Services



pgsql-hackers by date:

Previous
From: Robert Haas
Date:
Subject: Re: Scaling shared buffer eviction
Next
From: Marko Tiikkaja
Date:
Subject: Re: [BUGS] BUG #10823: Better REINDEX syntax.