タイプ: | enum |
デフォルト: | hex |
コンテキスト: | user |
再起動: | false |
値: | [escape, hex] |
bytea型の値の出力形式を設定します。 有効な値はhex
(デフォルト)、およびescape
(PostgreSQLの伝統的な書式)です。 より詳細はdatatype-binaryを参照してください。 bytea型は常にこの設定に係わらず、入力時に双方の書式を受け付けます。
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