Re: session_id - Mailing list pgsql-sql

From Richard Huxton
Subject Re: session_id
Date
Msg-id 419B63E3.5040900@archonet.com
Whole thread Raw
In response to Re: session_id  (Achilleus Mantzios <achill@matrix.gatewaynet.com>)
Responses Re: session_id  ("Riccardo G. Facchini" <abief_ag_-postgresql@yahoo.com>)
List pgsql-sql
Achilleus Mantzios wrote:
> O Richard Huxton έγραψε στις Nov 17, 2004 :
> 
> 
>>Riccardo G. Facchini wrote:
>>
>>>hi all,
>>>
>>>is there a way to determine the session id on a database session?
>>>
>>>I would need to have a unique number whenever a session is started, and
>>>have this available as a function or view result.
> 
> 
> Why not SELECT pg_backend_pid();
> ??

This is guaranteed to be unique while connected, but if you want to 
track sessions over time isn't guaranteed to be. So, if you might have 
pid=1234 now and also a month ago in a different session (especially if 
you had a server reboot in-between).

Of course, if Riccardo doesn't need that, the pid is fine.

--  Richard Huxton  Archonet Ltd


pgsql-sql by date:

Previous
From: "Riccardo G. Facchini"
Date:
Subject: Re: session_id
Next
From: Stephan Szabo
Date:
Subject: Re: Counting Distinct Records