You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jan 10, 2026. It is now read-only.
By default since PG 9, bytea column data is sent to client in 'hex' output format instead of 'escape' format.
See http://www.postgresql.org/docs/9.0/static/libpq-exec.html#LIBPQ-PQESCAPEBYTEA.
postgres-pr needs to to support this format, as the only alternative is to set the output format properties to 'escape' at DB level.