PostgreSQL Source Code
git master
|
Go to the source code of this file.
Enumerations | |
enum | ByteaOutputType { BYTEA_OUTPUT_ESCAPE, BYTEA_OUTPUT_HEX } |
Variables | |
int | bytea_output |
enum ByteaOutputType |
Enumerator | |
---|---|
BYTEA_OUTPUT_ESCAPE | |
BYTEA_OUTPUT_HEX |
Definition at line 19 of file bytea.h.
int bytea_output |
Definition at line 44 of file varlena.c.
Referenced by byteaout().