Re: [GENERAL] beginning and ending of sessions

2010-03-12 Thread Guillaume Lelarge
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 corre

[GENERAL] beginning and ending of sessions

2010-03-12 Thread jody
Hi 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-fun