Re: sending N selects with begin and commit and get the result

From: Andrew Chambers <andychambers2002(at)yahoo(dot)co(dot)uk>
To: pgsql-novice(at)postgresql(dot)org
Subject: Re: sending N selects with begin and commit and get the result
Date: 2006-01-05 20:51:02
Message-ID: 20060105205102.GA29504@yapgi
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-novice

On 16:36 Thu 05 Jan , Luis Silva wrote:
> I there, is it possible to send a undefine number of queries (SELECTS) with
> transactions, and if one of then doesn't return anything do rollback and do
> not commit? if not, is there another tool that does that. I need to get the
> result of the COMMIT. thanks in advance

If you're only selecting, there would be nothing to rollback

Regards,
Andy

In response to

Responses

Browse pgsql-novice by date

  From Date Subject
Next Message Omar Zevallos 2006-01-06 02:12:51 PostgreSQL 8.1
Previous Message Ketema Harris 2006-01-05 20:27:24 Re: Best Type to use