Switching user within connection.

From: Rob Kirkbride <rob(at)rkcomputing(dot)co(dot)uk>
To: pgsql-jdbc(at)postgresql(dot)org
Subject: Switching user within connection.
Date: 2005-11-23 10:08:20
Message-ID: 43843F94.6070900@rkcomputing.co.uk
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-jdbc

Hi,

Is there a standard way (or indeed a special way in Postgres) to switch
user/password without creating a new connection?
You can obviously do it within psql with \c but I wondered whether there
was a way in JDBC?

Thanks for any help,

Rob

Responses

Browse pgsql-jdbc by date

  From Date Subject
Next Message Oliver Jowett 2005-11-23 10:57:51 Re: Switching user within connection.
Previous Message Achilleus Mantzios 2005-11-23 09:16:37 Re: Reg : Exception in Postgresql with Java