Re: 'execute immediate' problem - Mailing list pgsql-interfaces

From Michael Meskes
Subject Re: 'execute immediate' problem
Date
Msg-id 20040622065310.GA5705@1
Whole thread Raw
In response to 'execute immediate' problem  (Kamil Andrusz <wizz@mniam.net>)
List 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 by date:

Previous
From: Michael Meskes
Date:
Subject: Re: Interesting ECPG error
Next
From: Carlos Ojea Castro
Date:
Subject: : can only make queries to one table