Re: Feature request for setting the role with the URL connection

From: Oliver Jowett <oliver(at)opencloud(dot)com>
To: Roland Walter <rwa(at)mosaic-ag(dot)com>
Cc: pgsql-jdbc(at)postgresql(dot)org
Subject: Re: Feature request for setting the role with the URL connection
Date: 2005-12-20 21:29:30
Message-ID: 43A877BA.5040208@opencloud.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-jdbc

Roland Walter wrote:

> (Viewing on the source code, I did not find any starting point to do
> it myself.)

Probably do it in the AbstractJdbc2Connection constructor -- run an
appropriate query after the underlying connection is established.

This almost belongs in the application, though.. isn't the role syntax
standardized?

-O

In response to

Responses

Browse pgsql-jdbc by date

  From Date Subject
Next Message j.random.programmer 2005-12-21 04:41:29 Re: Bug: Driver(8.2dev-500.jdbc3) does not handle boolean->BIT correctly
Previous Message Oliver Jowett 2005-12-20 21:26:15 Re: Applet - JDBC?