Thanks all for yours responds! We found a modified version of SOCI that allows reading/writing bytea with PostgreSQL (http://www.ebasoft.com.pl/?q=node/7). However we try to avoid patches of the third parties. As alternative we think about using libpq for operations with bytea data (using getBackEnd method to get PGConn*). It is not so convenient. But the best solution for us, seemingly, does not exist.
2010/1/11 Maciej Sobczak <[email protected]> > Hello, > > Dmitriy Igrishin wrote: > > > Is there a way to work with columns of type bytea in PostgreSQL? > > No, this type is (currently) not natively supported, although casting to > text might be a possible way to go for the time being - but I did not > try this personally. > > Regards, > > -- > Maciej Sobczak * www.msobczak.com * www.inspirel.com > > > ------------------------------------------------------------------------------ > This SF.Net email is sponsored by the Verizon Developer Community > Take advantage of Verizon's best-in-class app development support > A streamlined, 14 day to market process makes app distribution fast and > easy > Join now and get one step closer to millions of Verizon customers > http://p.sf.net/sfu/verizon-dev2dev > _______________________________________________ > Soci-users mailing list > [email protected] > https://lists.sourceforge.net/lists/listinfo/soci-users >
------------------------------------------------------------------------------ This SF.Net email is sponsored by the Verizon Developer Community Take advantage of Verizon's best-in-class app development support A streamlined, 14 day to market process makes app distribution fast and easy Join now and get one step closer to millions of Verizon customers http://p.sf.net/sfu/verizon-dev2dev
_______________________________________________ Soci-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/soci-users
