PostgreSQL Source Code  git master
bytea.h File Reference
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Enumerations

enum  ByteaOutputType { BYTEA_OUTPUT_ESCAPE , BYTEA_OUTPUT_HEX }
 

Variables

PGDLLIMPORT int bytea_output
 

Enumeration Type Documentation

◆ ByteaOutputType

Enumerator
BYTEA_OUTPUT_ESCAPE 
BYTEA_OUTPUT_HEX 

Definition at line 19 of file bytea.h.

20 {
ByteaOutputType
Definition: bytea.h:20
@ BYTEA_OUTPUT_HEX
Definition: bytea.h:22
@ BYTEA_OUTPUT_ESCAPE
Definition: bytea.h:21

Variable Documentation

◆ bytea_output

PGDLLIMPORT int bytea_output
extern

Definition at line 48 of file varlena.c.

Referenced by byteaout().