Re: database session variables

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: "Mark Wilson" <mark(at)mediasculpt(dot)com>
Cc: pgsql-general(at)postgresql(dot)org
Subject: Re: database session variables
Date: 2002-10-02 04:57:00
Message-ID: 19642.1033534620@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

"Mark Wilson" <mark(at)mediasculpt(dot)com> writes:
> I would really like to use PostgreSQL but won't be able to if there is no w=
> ay of accessing the session 'id'.'

psql has session-local variables (prefixed by colons). Any other client
interface I can think of also has the ability to keep client-side
variables. I'm really not clear what you are after that's not
implementable as a client-side feature ...

regards, tom lane

In response to

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Martijn van Oosterhout 2002-10-02 05:43:22 Re: PostgreSQL Website : advocacy.postgresql.org
Previous Message Bruce Momjian 2002-10-02 04:22:36 Re: database session variables