Jan Danielsson wrote:
>I'm trying to use pygresql to insert binary data (type: bytea) into a
> column (using postgresql, obviously).
> ...
>Does _anyone_ have a working example? A simple insertion, and a
> simple select is all I'm looking for.
You should better ask such questions on the P
Hello all,
I'm trying to use pygresql to insert binary data (type: bytea) into a
column (using postgresql, obviously).
To make a long story short: I can't get it to work. Not even by
cutting and pasting the very few examples I have found on the 'net.
Does _anyone_ have a working example