Type: | enum |
Default: | hex |
Context: | user |
Restart: | false |
Values: | [escape, hex] |
Sets the output format for values of type bytea. Valid values are hex
(the default) and escape
(the traditional PostgreSQL format). See datatype-binary for more information. The bytea type always accepts both formats on input, regardless of this setting.
On StackOverflow
- Unrecognized Config Parameter "bytea_output" pgAdmin 4
- PgAdmin4 Error : unrecognized configuration parameter "bytea_output"
- PostgreSQL replication with rubyrep
- From PostgreSQL bytea, we're trying to read - and write back - an image file using Imagick
- Hibernate 3.3.2GA improperly loads bytea data from PostgreSQL 9.0 and all type mappings are correct