Persistent connections in PHP - Mailing list pgsql-general

From Naz Gassiep
Subject Persistent connections in PHP
Date
Msg-id 46BFE9D5.3090408@mira.net
Whole thread Raw
Responses Re: Persistent connections in PHP  ("Pavel Stehule" <pavel.stehule@gmail.com>)
Re: Persistent connections in PHP  ("Scott Marlowe" <scott.marlowe@gmail.com>)
List 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.

pgsql-general by date:

Previous
From: hubert depesz lubaczewski
Date:
Subject: Re: TimestampTZ
Next
From: Tino Wildenhain
Date:
Subject: Re: copy command - date