Re: bytea insert difference between 8.3 and 9.x - Mailing list pgsql-general

From McKay
Subject Re: bytea insert difference between 8.3 and 9.x
Date
Msg-id 1340125307604-5713320.post@n5.nabble.com
Whole thread Raw
In response to Re: bytea insert difference between 8.3 and 9.x  (Merlin Moncure <mmoncure@gmail.com>)
List pgsql-general
Merlin Moncure-2 wrote
>
> m_connection.prepare("INSERT INTO foo(x) VALUES($1)") ("bytea",
> pqxx::prepare::treat_binary);
>

I have the same problem. I can't get accsess to pqxx::prepare::treat_binary.
And m_connection.prepare(...) two arguments only. What i mist?

--
View this message in context:
http://postgresql.1045698.n5.nabble.com/bytea-insert-difference-between-8-3-and-9-x-tp4840946p5713320.html
Sent from the PostgreSQL - general mailing list archive at Nabble.com.

pgsql-general by date:

Previous
From: Steve Crawford
Date:
Subject: Re: db server processes hanging around
Next
From: Edson Richter
Date:
Subject: Re: Feature discussion: Should syntax errors abort a transaction?