Longhorn PHP 2025 - Speakers and Schedule Announced!

Voting

: max(four, seven)?
(Example: nine)

The Note You're Voting On

muralito at montevideo dot com dot uy
14 years ago
The workaround is to configure a property in the postgres database for the user, to make postgres behave as the old default.

ALTER USER username SET bytea_output = 'escape';

(or using the pgadmin interface)

<< Back to user notes page

To Top