Re: Can I specify a SCHEMA in the ODBC string?

Поиск
Список
Период
Сортировка
От Noel
Тема Re: Can I specify a SCHEMA in the ODBC string?
Дата
Msg-id av96b1h37cb5a5osaud95amdmoob6bc89t@4ax.com
обсуждение исходный текст
Ответ на Re: Can I specify a SCHEMA in the ODBC string?  (Jon Farb <sawzall710@gmail.com>)
Список pgsql-odbc
On Fri, 17 Jun 2005 13:47:35 +0100, vladimir <bouncer@nowhere.org>
wrote:

>> 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;

Or you can set the schema search path in Page 2 of the Datasource
Configuration window for the ODBC datasource.  Simply put

SET SEARCH_PATH to myschema, public in the Connect Settings box.



В списке pgsql-odbc по дате отправления:

Предыдущее
От: Ludek Finstrle
Дата:
Сообщение: Re: Can I specify a SCHEMA in the ODBC string?
Следующее
От: "Michael Kochetkov"
Дата:
Сообщение: {? = call myfunc(?,?)} syntax for set-returning functions