Re: beginning and ending of sessions

From: Guillaume Lelarge <guillaume(at)lelarge(dot)info>
To: jody <jody(dot)xha(at)gmail(dot)com>
Cc: pgsql-general(at)postgresql(dot)org
Subject: Re: beginning and ending of sessions
Date: 2010-03-12 15:10:09
Message-ID: 4B9A5951.4060808@lelarge.info
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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

In response to

Browse pgsql-general by date

  From Date Subject
Next Message Tom Lane 2010-03-12 15:34:14 Re: Unable to call functions defined in XML2 contrib
Previous Message akp geek 2010-03-12 15:04:52 Re: Postgres GIS Question