* Václav Ovsík: > Is it possible that binding of binary data-type (bytea) without > data-type specification would behave like in MySQL in some future > versions of DBD::Pg? Binding binary values works correctly without type > specification in DBD::mysql.
PostgreSQL's on-the-wire protocol has issues which make this very difficult to implement, unfortunately.