Re: how to do a SET search_path?

From: CoL <col(at)mportal(dot)hu>
To: pgsql-jdbc(at)postgresql(dot)org
Subject: Re: how to do a SET search_path?
Date: 2003-08-25 21:12:41
Message-ID: bidtvd$1a6g$2@news.hub.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-jdbc

you can set more than one, use:
....("set search_path = myschema,pg_catalog,public");

C.

Patrick Hatcher wrote, On 8/25/2003 5:49 PM:

> thank you

In response to

Browse pgsql-jdbc by date

  From Date Subject
Next Message Rob Prowel 2003-08-26 02:13:29 Re: connection/statement becomes unstable following SQLException
Previous Message Fernando Nasser 2003-08-25 20:46:52 Re: SQLState Implementation