Peter Vicen (vicen@pv2c.sk) reports a bug with a severity of 2
The lower the number the more severe it is.
Short Description
Unable to insert binary data into BYTEA column in UTF8 DB
Long Description
After creating an UTF8 database ("createdb --encoding "UTF8" ...) containing BYTEA columns the parser rejects insert
querieswith binary data because they're not UTF8 encoded (escaping doesn't help ;-).
Sample Code
No file was uploaded with this report