Primary schema name prepended to database objects - Mailing list pgsql-jdbc

From Kovács Péter
Subject Primary schema name prepended to database objects
Date
Msg-id 41FFD091.4040507@chemaxon.hu
Whole thread Raw
Responses Re: Primary schema name prepended to database objects  (Kris Jurka <books@ejurka.com>)
List pgsql-jdbc
Hi there,

I am not sure if this a general or jdbc question. (I am connecting to
pgsql via jdbc.) I have postmaster (PostgreSQL) 7.4.5. It looks like the
name of primary schema of the user (actually their username) is
prepended to database objects so the "search_path" is not considered any
more. (I got my stuff in the "public" schema, so I do not find them as
user 'x'.) How can I tell the jdbc driver not to use schema-qualified
object names?

Thanks a lot
Peter

pgsql-jdbc by date:

Previous
From: Dave Cramer
Date:
Subject: Re: Postgresql 8.0, Tomcat 5.5 postgresql-8.0.309.jdbc3.jar
Next
From: Kris Jurka
Date:
Subject: Re: Primary schema name prepended to database objects