Re: pgsql: Changed TODO wording: < * Support procedures, which return no - Mailing list pgsql-committers

From Tom Lane
Subject Re: pgsql: Changed TODO wording: < * Support procedures, which return no
Date
Msg-id 16108.1207943229@sss.pgh.pa.us
Whole thread Raw
In response to pgsql: Changed TODO wording: < * Support procedures, which return no  (momjian@postgresql.org (Bruce Momjian))
Responses Re: pgsql: Changed TODO wording: < * Support procedures, which return no
List pgsql-committers
momjian@postgresql.org (Bruce Momjian) writes:
> Log Message:
> -----------
> Changed TODO wording:

> < * Support procedures, which return no value
> > * Allow functions to control the transaction state

I can't imagine that we'd implement this by "allowing functions to
control the transaction state".  It would have to be some other sort
of object that is invoked in some entirely other way, perhaps
via a "PERFORM procedure_name..." kind of command.  Once you're inside
a SELECT you're not going to be committing anything.

            regards, tom lane

pgsql-committers by date:

Previous
From: momjian@postgresql.org (Bruce Momjian)
Date:
Subject: pgsql: Changed TODO wording: < * Support procedures, which return no
Next
From: momjian@postgresql.org (Bruce Momjian)
Date:
Subject: pgsql: Update wording: < * Allow functions to control the transaction