Re: ecpg 'set' failure using host vars

Поиск
Список
Период
Сортировка
От Michael Meskes
Тема Re: ecpg 'set' failure using host vars
Дата
Msg-id 20080819103118.GA23760@feivel.credativ.de
обсуждение исходный текст
Ответ на ecpg 'set' failure using host vars  (Bosco Rama <postgres@boscorama.com>)
Ответы Re: ecpg 'set' failure using host vars  (Bosco Rama <postgres@boscorama.com>)
Список pgsql-interfaces
On Fri, Aug 15, 2008 at 08:47:49PM -0700, Bosco Rama wrote:
>   exec sql char *sm;
>   ...
>   sm = "myschema";    // This may not always be constant
>   ...
>   exec sql set search_path to :sm;

Could you please try the attached patch and tell me whether it works for you? I will then check this in into 8.3 so
thatthe next stable release works again as it should. 

Michael
--
Michael Meskes
Email: Michael at Fam-Meskes dot De, Michael at Meskes dot (De|Com|Net|Org)
ICQ: 179140304, AIM/Yahoo: michaelmeskes, Jabber: meskes@jabber.org
Go VfL Borussia! Go SF 49ers! Use Debian GNU/Linux! Use PostgreSQL!

Вложения

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

Предыдущее
От: Michael Meskes
Дата:
Сообщение: Re: ecpg 'set' failure using host vars
Следующее
От: "Masis, Alexander \(US SSA\)"
Дата:
Сообщение: Where can I get the LIBPQ++