cygwin: create function getpid (backend process id) - equivalent to MS SQL Server SPID ?

Поиск
Список
Период
Сортировка
От Cédric Dufour
Тема cygwin: create function getpid (backend process id) - equivalent to MS SQL Server SPID ?
Дата
Msg-id NDBBIFNBODNADCAOFDOAAEINCDAA.cedric.dufour@freesurf.ch
обсуждение исходный текст
Список pgsql-cygwin
Could anyone confirm that the returned value from the function below behaves the same way as MS SQL Server @@SPID variable and that it remains unchanged and unique throughout a connection ?
 
    create function getpid() returns int as '/bin/cygwin1.dll' language 'c';
    select getpid();
 
Thanx a lot.
 
    Cédric Dufour

В списке pgsql-cygwin по дате отправления:

Предыдущее
От: "MONGOZULA D' BANGO"
Дата:
Сообщение: URGENT ASSISTANCE NEEDED
Следующее
От: Jason Tishler
Дата:
Сообщение: Re: Postgres