Re: pygresql - bytea

2006-05-07 Thread Christoph Zwerschke
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

pygresql - bytea

2006-04-26 Thread Jan Danielsson
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