Schema in URL - Mailing list pgsql-jdbc

From Daniel Campelo
Subject Schema in URL
Date
Msg-id 47176DEE.2060705@gmail.com
Whole thread Raw
Responses Re: Schema in URL
List pgsql-jdbc
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

pgsql-jdbc by date:

Previous
From: Julius Stroffek
Date:
Subject: Re: [BUGS] 'on insert do instead' rule with a where clause responds 'INSERT 0 0'
Next
From: Michael Paesold
Date:
Subject: Re: Unable to prepare a statement when the object names contain more than one $ symbol