Re: BUG #4550: ecpg problem with copy command and hostvar - Mailing list pgsql-bugs

From Michael Meskes
Subject Re: BUG #4550: ecpg problem with copy command and hostvar
Date
Msg-id 20081126134948.GB12021@feivel.credativ.de
Whole thread Raw
In response to BUG #4550: ecpg problem with copy command and hostvar  ("Clemens Fischer" <cfi@mbs-software.de>)
Responses Re: BUG #4550: ecpg problem with copy command and hostvar
List pgsql-bugs
On Tue, Nov 25, 2008 at 12:28:38PM +0000, Clemens Fischer wrote:
> The copy command can't be used with a hostvar.

This is essentially the answer. The major difference between the ecpg version
of PostgreSQL 8.2 and 8.3 is that the 8.3 version uses the backend supplied
prepare/execute facility instead of just simulating this feature. Part of this
change was to change the variable handling and no longer construct strings on
the client side but pass the variables to the backend directly. But there is no
way to pass a variable filename for the copy command AFAIK. Or in other words,
the old versions had a bug in that they accepted a variable there.

Can you use EXECUTE and put the whole statement into a variable instead?

Michael

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

pgsql-bugs by date:

Previous
From: Craig Ringer
Date:
Subject: Re: PQescapeStringConn in C:\Program Files\PostgreSQL\8.3\lib not found"
Next
From: "Clemens A. Fischer"
Date:
Subject: Re: BUG #4550: ecpg problem with copy command and hostvar