basic stored proc/transaction question - Mailing list pgsql-general

From Ben
Subject basic stored proc/transaction question
Date
Msg-id Pine.LNX.4.64.0603240932140.15001@localhost.localdomain
Whole thread Raw
Responses Re: basic stored proc/transaction question  ("Ian Harding" <harding.ian@gmail.com>)
List pgsql-general
My understanding is that a stored procedure does an implicit begin/commit when
it executes. Maybe my brain isn't working so well this morning, because I can't
figure out how I would do:

begin;
call stored proc;
call another stored proc;
commit;

It seems that the transaction would be committed after the first call.

pgsql-general by date:

Previous
From: Adrian Klaver
Date:
Subject: Re: pgadmin
Next
From: "Just Someone"
Date:
Subject: Re: Practical limit on number of tables ina single database