Schema in URL

From: Daniel Campelo <daniel(dot)campelo(at)gmail(dot)com>
To: pgsql-jdbc(at)postgresql(dot)org
Subject: Schema in URL
Date: 2007-10-18 14:30:06
Message-ID: 47176DEE.2060705@gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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

Responses

Browse pgsql-jdbc by date

  From Date Subject
Next Message Michael Paesold 2007-10-18 15:43:10 Re: Unable to prepare a statement when the object names contain more than one $ symbol
Previous Message Julius Stroffek 2007-10-18 13:20:05 Re: 'on insert do instead' rule with a where clause responds 'INSERT 0 0'