Re: database session variables

From: Steve Atkins <steve(at)blighty(dot)com>
To: pgsql-general(at)postgresql(dot)org
Subject: Re: database session variables
Date: 2002-10-02 02:45:31
Message-ID: 20021001194531.A17767@blighty.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

On Wed, Oct 02, 2002 at 01:48:46PM +1200, Mark Wilson wrote:
> Thanks Martijin,
>
> It sounds like the process_id is the 'correct' name for what I was calling
> session_id, and is what I want. To answer your question, Oracle lets you
> have session specific variables, via package variables.
>
> Now the next step is how to get access to process_id. I am currently
> running PostgreSQL version 7.2.1.
>
> "select procpid from pg_stat_activity;" seems to return information for all
> sessions (or 'processes').
>
> Is backend_pid() or pg_stat_get_backend_pid() the correct call? Neither of
> them seem to exist in my database. If they are correct, how do I install
> them?

Take a look at contrib/miscutil - the C module there gives you the
SQL function backend_pid().

Cheers,
Steve

In response to

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Mark Wilson 2002-10-02 03:20:33 Re: database session variables
Previous Message Neil Conway 2002-10-02 02:37:16 Re: PostgreSQL Website : advocacy.postgresql.org