类型: | enum |
默认: | hex |
上下文: | user |
重新开始: | false |
值: | [escape, hex] |
设置bytea类型值的输出格式。有效值是hex
(默认)和 escape
(传统的 PostgreSQL 格式)。详见datatype-binary。不管这个设置的值如何,bytea类型总是接受这两种格式的输入。
在 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