Re: Connecting to a specific Schema via ODBC. - Mailing list pgsql-odbc

From Dave Page
Subject Re: Connecting to a specific Schema via ODBC.
Date
Msg-id 03AF4E498C591348A42FC93DEA9661B885B7@mail.vale-housing.co.uk
Whole thread Raw
In response to Connecting to a specific Schema via ODBC.  (Michael Weaver <mweaver@corpusglobe.com>)
List pgsql-odbc
 
-----Original Message-----
From: Michael Weaver [mailto:mweaver@corpusglobe.com]
Sent: 18 February 2003 06:56
To: pgsql-odbc@postgresql.org
Subject: [ODBC] Connecting to a specific Schema via ODBC.

I've got to insert data into a specific schema via windows based ODBC. 
The program that will be inserting the data does not know about schemas, so I need to get the ODBC connection to point directly to the desired schema.

Is this possible?  

Hi Mike,

In the Connect Settings textbox on the Advanced Setup dialogue for the datasource, add a statement such as:

SET search_path = my_schema, pg_catalog;

Regards, Dave.

pgsql-odbc by date:

Previous
From: Michael Weaver
Date:
Subject: Connecting to a specific Schema via ODBC.
Next
From: Silje Ausen
Date:
Subject: float8 and currency conversion