mirror of
https://github.com/moodle/moodle.git
synced 2025-06-01 21:55:12 +02:00
PostgreSQL 9.1 allows hex formating for binary which is handled better by pg_query_params(). Getting bytea isn't required on connection, it can be used as pg_field_type() when binary needs to be checked.