BLOB, iBatis & PostgreSql 8.1 – dBforums [large objects vs bytea]
sane notes about storing binary data in Postgres. Basically bytea is ASCII representaion of bynary data wich requires decoding / escaping (read: slow) and large objects a kind of ok, but not trigger-based replication compartable