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.

Comments