Re: session id and global storage - Mailing list pgsql-hackers

From David Hoksza
Subject Re: session id and global storage
Date
Msg-id 305010524.20060601101038@seznam.cz
Whole thread Raw
In response to Re: session id and global storage  (David Hoksza <david.hoksza@seznam.cz>)
Responses Re: session id and global storage  (Hannu Krosing <hannu@skype.net>)
List pgsql-hackers
It seems MyProcID is what I was searching for...

David Hoksza
________________________________

DH> Something like this would be maybe possible, but this select can
DH> return more rows, when the user is connected with more instances...

DH> David Hoksza

DH> ________________________________

>>> Hi, I cant find any function, which tells me something like session
>>> id. Is there something like that? I need it in my AM, because I need
>>> to know, if something which I wrote in file was written in this
>>> current session or previously.

AL>> How about

AL>> select procpid||' '||backend_start from pg_stat_activity;

AL>> Yours,
AL>> Laurenz Albe


DH> ---------------------------(end of
DH> broadcast)---------------------------
DH> TIP 5: don't forget to increase your free space map settings



pgsql-hackers by date:

Previous
From: Martijn van Oosterhout
Date:
Subject: Re: Possible TODO item: copy to/from pipe
Next
From: "Dawid Kuroczko"
Date:
Subject: Re: Possible TODO item: copy to/from pipe