Persistent connections in PHP

From: Naz Gassiep <naz(at)mira(dot)net>
To: pgsql-general(at)postgresql(dot)org
Subject: Persistent connections in PHP
Date: 2007-08-13 05:19:17
Message-ID: 46BFE9D5.3090408@mira.net
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

Hi,
Does the connection pooling feature of PHP cause the persistent
connections to keep the properties between accesses? E.g., if a user
takes a connection, sets a timezone to it using SET TIMEZONE, will the
next user who happens to take this connection get it in that same state,
or will it be reset to a blank or starting state as though it had been
opened? Also, what about temp tables? Will they be present to the second
user if the first user set some up?
- Naz.

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Tino Wildenhain 2007-08-13 05:22:30 Re: copy command - date
Previous Message hubert depesz lubaczewski 2007-08-13 05:15:10 Re: TimestampTZ