Re: 'execute immediate' problem

Поиск
Список
Период
Сортировка
От Michael Meskes
Тема Re: 'execute immediate' problem
Дата
Msg-id 20040622065310.GA5705@1
обсуждение исходный текст
Ответ на 'execute immediate' problem  (Kamil Andrusz <wizz@mniam.net>)
Список pgsql-interfaces
On Wed, Jun 02, 2004 at 11:15:23AM +0200, Kamil Andrusz wrote:
> Hello list,
> 
> I've go a litlle test program, that should transfer data from one db to
> another. It's just a quick hack to check if it would work at all.
> ...
> I think I'm missing something obvious. Any hints?

Yes, you program does not commit the transaction. Thus it gets rolled
back on disconnect.

Keep in mind that ecpg always opens a transaction unless you use the
command line option "-t".

Michael
-- 
Michael Meskes
Email: Michael at Fam-Meskes dot De
ICQ: 179140304, AIM/Yahoo: michaelmeskes, Jabber: meskes@jabber.org
Go SF 49ers! Go Rhein Fire! Use Debian GNU/Linux! Use PostgreSQL!


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

Предыдущее
От: Michael Meskes
Дата:
Сообщение: Re: Interesting ECPG error
Следующее
От: Carlos Ojea Castro
Дата:
Сообщение: : can only make queries to one table