Re: Can I specify a SCHEMA in the ODBC string? - Mailing list pgsql-odbc

From vladimir
Subject Re: Can I specify a SCHEMA in the ODBC string?
Date
Msg-id d8ugku$al8$1@news.hub.org
Whole thread Raw
In response to Re: Can I specify a SCHEMA in the ODBC string?  (Jon Farb <sawzall710@gmail.com>)
List pgsql-odbc
> Is this possible? If so, what's the syntax? Is the syntax for ODBC
> connection strings documented anywhere? I've googled for this info,
> but unsuccessfully.
I think that you have to specify the schema in the select query:

SELECT FROM myschema.mytable;

Vlad

PS: It should be a pass-through query (set in query options).

pgsql-odbc by date:

Previous
From: "Michael Kochetkov"
Date:
Subject: {? = call myfunc(?,?)} syntax for set-returning functions
Next
From: Amir Zicherman
Date:
Subject: can't open more than 128 connections