The following issue has been SUBMITTED. ====================================================================== http://www.dbmail.org/mantis/view.php?id=953 ====================================================================== Reported By: cmayo Assigned To: ====================================================================== Project: DBMail Issue ID: 953 Category: Database layer Reproducibility: have not tried Severity: tweak Priority: normal Status: new target: ====================================================================== Date Submitted: 23-Dec-11 16:44 CET Last Modified: 23-Dec-11 16:44 CET ====================================================================== Summary: Make PostgreSQL 9 users aware bytea format can be per database Description: Update to INSTALL states PostgreSQL 9 users must set bytea_output = 'escape' in postgresql.conf http://git.dbmail.eu/paul/dbmail/diff/INSTALL?id=cee2f2e9608b5866bb7cac01448d72718a8bc6ca
I believe this can also be done just for the dbmail database with: ALTER DATABASE dbmail SET bytea_output='escape'; which would probably be preferable for people with other databases on their server. Doesn't look like it exists in pre 9.0 PostgreSQL though so maybe not a good candidate for the database schema itself yet. Good to have the update to INSTALL - I had thought this was just needed during dbmail upgrade. ====================================================================== Issue History Date Modified Username Field Change ====================================================================== 23-Dec-11 16:44 cmayo New Issue ====================================================================== _______________________________________________ Dbmail-dev mailing list Dbmail-dev@dbmail.org http://mailman.fastxs.nl/cgi-bin/mailman/listinfo/dbmail-dev