[DB-SIG] Re: psycopg 0.96b1
Eric Bianchi
eric@nekhem.com
Thu, 30 Aug 2001 12:09:41 +0300
Hi,
Concerning the binary objects support in Postgresql 7.1, It seems to me that bytea is a long text type and can't be considered as a binary object. Binary objects are handled by low level functions like lo_create, lo_open, ... and their type is oid.
According to Postgresql's documentation, bytea type must be considered as a text type.
PoPy handles not quoted long text which is different than binary objects.
Best Regards.
--
Eric Bianchi