Re: PostgreSQL and PHP persistent connections

From: Bruce Momjian <pgman(at)candle(dot)pha(dot)pa(dot)us>
To: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
Cc: "Thies C(dot) Arntzen" <thies(at)digicol(dot)de>, rasmus(at)php(dot)net, PostgreSQL-interfaces <pgsql-interfaces(at)postgresql(dot)org>
Subject: Re: PostgreSQL and PHP persistent connections
Date: 2001-02-07 20:50:53
Message-ID: 200102072050.PAA12110@candle.pha.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-interfaces pgsql-jdbc

> Bruce Momjian <pgman(at)candle(dot)pha(dot)pa(dot)us> writes:
> > We discussed using 'ROLLBACK' before passing a connection to a new user,
> > but the problem was that ROLLBACK with no open transaction causes a
> > server log error message. We discussed adding 'ROLLBACK SILENT' to fix
> > this, but I believe a better, more portable solution is a simple "BEGIN
> > WORK;ROLLBACK". This will do nothing if there is no open transaction,
>
> How is that an improvement? It only changes the case in which you get
> a NOTICE from not-in-transaction to in-transaction ...

Well, the most common case is that you are not in a transaction.

--
Bruce Momjian | http://candle.pha.pa.us
pgman(at)candle(dot)pha(dot)pa(dot)us | (610) 853-3000
+ If your life is a hard drive, | 830 Blythe Avenue
+ Christ can be your backup. | Drexel Hill, Pennsylvania 19026

In response to

Responses

Browse pgsql-interfaces by date

  From Date Subject
Next Message Constantin Teodorescu 2001-02-07 20:53:25 Re: [INTERFACES] pgAccess fails to launch on HPUX
Previous Message Tom Lane 2001-02-07 20:49:21 Re: PostgreSQL and PHP persistent connections

Browse pgsql-jdbc by date

  From Date Subject
Next Message Peter Mount 2001-02-07 21:41:43 Re: PostgreSQL and PHP persistent connections
Previous Message Tom Lane 2001-02-07 20:49:21 Re: PostgreSQL and PHP persistent connections