Re: Found a Bug in latest Driver (I THINK) and pg 8.4

From: Kris Jurka <books(at)ejurka(dot)com>
To: Jason Tesser <jasontesser(at)gmail(dot)com>
Cc: Kevin Grittner <Kevin(dot)Grittner(at)wicourts(dot)gov>, pgsql-jdbc <pgsql-jdbc(at)postgresql(dot)org>
Subject: Re: Found a Bug in latest Driver (I THINK) and pg 8.4
Date: 2010-06-02 10:03:30
Message-ID: alpine.BSO.2.00.1006020559250.26675@leary.csoft.net
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-jdbc

On Tue, 1 Jun 2010, Jason Tesser wrote:

> Right in my case my schema changes as each organization has a separate
> schema.
>
> I would love to be able to set the schema with the typeName.  Why couldn't
> that be a seperate attribute in Java setLookupSchema and if not set function
> as it does now. Wouldn't this handle both cases.

I'm not sure where you are suggesting that this attribute would live. Are
you suggesting we should have a PGConnection method setSearchPath(String)
that would set the search path on the server side and make the driver
aware of the change? Are you suggesting that PGObject should have a
getTypeSchema()? Can you clarify your suggestion?

Kris Jurka

In response to

Responses

Browse pgsql-jdbc by date

  From Date Subject
Next Message Jason Tesser 2010-06-02 10:10:39 Re: Found a Bug in latest Driver (I THINK) and pg 8.4
Previous Message Jason Tesser 2010-06-02 09:20:54 Re: Found a Bug in latest Driver (I THINK) and pg 8.4