Re: beginning and ending of sessions - Mailing list pgsql-general

From Guillaume Lelarge
Subject Re: beginning and ending of sessions
Date
Msg-id 4B9A5951.4060808@lelarge.info
Whole thread Raw
In response to beginning and ending of sessions  (jody <jody.xha@gmail.com>)
List pgsql-general
Le 12/03/2010 16:00, jody a écrit :
> [...]
> In the postgres documentation under "1.2. Architectural Fundamentals"
> it is said that a session consists of a server process and a client application.
>
> But i don't really understand when a session begins and when it ends.
> Does a session correspond to a connection such as when
> calling the php-function pg_connect() ?
>

Right. And it ends when you call pg_close().


--
Guillaume.
 http://www.postgresqlfr.org
 http://dalibo.com

pgsql-general by date:

Previous
From: akp geek
Date:
Subject: Re: Postgres GIS Question
Next
From: Tom Lane
Date:
Subject: Re: Unable to call functions defined in XML2 contrib