Skip to content

PostgreSQL 9+ bytea hex format unsupported #4

@emassip

Description

@emassip

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions