about ecpg

Поиск
Список
Период
Сортировка
От wlj
Тема about ecpg
Дата
Msg-id 00b701c24f2f$1fe65080$2327a8c0@tos1.nets.com.cn
обсуждение исходный текст
Ответ на Postgresql tuning..  (jerome <jerome@gmanmi.tv>)
Ответы Re: about ecpg  (Michael Meskes <meskes@postgresql.org>)
Список pgsql-general
hi!

my question is :
how to accomplish this function by ecpg

exec sql declare test_curcor cursor for select * form test;//test(id,name)
exec sql open test_curcor;
...
exec sql update test set id=1 where current of test_curcor;

the postgresql didn't support this function "... current of "

how can i do
thank you !!



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

Предыдущее
От: dima
Дата:
Сообщение: Re: Postgresql tuning..
Следующее
От: "Markus Wollny"
Дата:
Сообщение: Re: Naming-scheme for db-files