Re: how to do a SET search_path? - Mailing list pgsql-jdbc

From Curt Sampson
Subject Re: how to do a SET search_path?
Date
Msg-id Pine.NEB.4.51.0308251019510.1138@angelic-vtfw.cvpn.cynic.net
Whole thread Raw
In response to how to do a SET search_path?  ("Patrick Hatcher" <PHatcher@macys.com>)
Responses Re: how to do a SET search_path?
List pgsql-jdbc
On Fri, 22 Aug 2003, Patrick Hatcher wrote:

> I have two schemas (Public, MySchema) in my database, and I would like to
> set the search_path to MySchema.  In the ODBC driver, I can set this at DSN
> setup by entering
> SET search_path TO MySchema.
> how do I do this with the JDBC?

    statement.executeUpdate("SET search_path TO MySchema");

(Note that the description in the JDSK 1.3 API docs says, "Executes an
SQL INSERT, UPDATE or DELETE statement. In addition, SQL statements that
return nothing, such as SQL DDL statements, can be executed.")

cjs
--
Curt Sampson  <cjs@cynic.net>   +81 90 7737 2974   http://www.NetBSD.org
    Don't you know, in this new Dark Age, we're all light.  --XTC

pgsql-jdbc by date:

Previous
From: "Patrick Hatcher"
Date:
Subject: how to do a SET search_path?
Next
From: Barry Lind
Date:
Subject: Re: [BUGS] Bug #926: if old postgresql.jar in CLASSPATH,