Re: Easy transaction question

From: Chris Smith <chris(at)interspire(dot)com>
To: Rick Schumeyer <rschumeyer(at)ieee(dot)org>
Cc: pgsql-general(at)postgresql(dot)org
Subject: Re: Easy transaction question
Date: 2005-01-19 03:39:22
Message-ID: 41EDD66A.40509@interspire.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

You can issue them one at a time - however you can't have a transaction
that spans multiple pages (ie you can't start it on index.php and finish
it on end.php).

Rick Schumeyer wrote:
> A question about using transactions from php:
>
>
>
> Does the entire transaction have to be sent all at once,
>
> or can I begin the transaction, issue commands one
>
> at a time, and then end the transaction?
>

--
Regards,

Chris Smith

Suite 30, 45-51 Huntley St, Alexandria, NSW 2015 Australia

Ph: +61 2 9517 2505
Fx: +61 2 9517 1915

email: info(at)interspire(dot)com
web: www.interspire.com

In response to

Browse pgsql-general by date

  From Date Subject
Next Message Michael Fuhr 2005-01-19 04:01:36 Re: Multiline plpython procedure
Previous Message Adrian Klaver 2005-01-19 03:34:59 Re: Multiline plpython procedure