Primary schema name prepended to database objects

From: Kovács Péter <pkovacs(at)chemaxon(dot)hu>
To: pgsql-jdbc(at)postgresql(dot)org
Subject: Primary schema name prepended to database objects
Date: 2005-02-01 18:55:13
Message-ID: 41FFD091.4040507@chemaxon.hu
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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

Responses

Browse pgsql-jdbc by date

  From Date Subject
Next Message Kris Jurka 2005-02-01 19:29:05 Re: Primary schema name prepended to database objects
Previous Message Dave Cramer 2005-02-01 12:17:11 Re: Postgresql 8.0, Tomcat 5.5 postgresql-8.0.309.jdbc3.jar