Re: Schema in URL

From: Daniel Campelo <daniel(dot)campelo(at)gmail(dot)com>
To: pgsql-jdbc(at)postgresql(dot)org
Subject: Re: Schema in URL
Date: 2007-11-08 15:29:36
Message-ID: 47332B60.6070908@gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-jdbc

This happens even if the user doesn't have permition to access the
unwanted schema.

Cheers,
Daniel Campelo

Daniel Campelo wrote:
> Hy,
>
> Is it possible to restrict the access to a certain schema in the JDBC
> connection url?
>
> I'm asking this because i have a problem that when accessing the names
> of the fields of a view through the Metadata object i get not only the
> fields that belong to the view i intended to access but also the
> fields of the view (with the same name) that belong to another schema
> in the database.
>
> Cheers and thanks for the help,
> Daniel Campelo
>

In response to

Browse pgsql-jdbc by date

  From Date Subject
Next Message Kris Jurka 2007-11-08 23:07:22 gborg -> pgfoundry
Previous Message Oliver Jowett 2007-11-07 21:24:44 Re: Beginning tuning