Re: PL/pgSQL 2

From: Kevin Grittner <kgrittn(at)ymail(dot)com>
To: Marko Tiikkaja <marko(at)joh(dot)to>, Heikki Linnakangas <hlinnakangas(at)vmware(dot)com>, Joel Jacobson <joel(at)trustly(dot)com>
Cc: Pg Hackers <pgsql-hackers(at)postgresql(dot)org>
Subject: Re: PL/pgSQL 2
Date: 2014-09-02 18:52:32
Message-ID: 1409683952.9822.YahooMailNeo@web122306.mail.ne1.yahoo.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

Marko Tiikkaja <marko(at)joh(dot)to> wrote:

> Sounds like in this case you'd only use set-oriented programming
> at the end of the transaction, no?

I guess -- more properly I would say "in the final database
transaction for that financial transaction."  And no, that never
made me wish that plpgsql functions defaulted to throwing errors
for DML statements that affected more than one row.

--
Kevin Grittner
EDB: http://www.enterprisedb.com
The Enterprise PostgreSQL Company

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Andres Freund 2014-09-02 19:01:44 Re: Escaping from blocked send() reprised.
Previous Message Heikki Linnakangas 2014-09-02 18:46:29 Re: Escaping from blocked send() reprised.