Data structures and functions implementing support for PostgreSQL Oid identifiers.
More...
#include <libpq-fe.h>
Go to the source code of this file.
Data Structures
Typedefs
Enumerations
- enum pg_type_id {
PG_BOOL = 0,
PG_BYTE,
PG_CHAR,
PG_INT8,
PG_INT2,
PG_INT4,
PG_TEXT,
PG_FLOAT4,
PG_FLOAT8,
PG_INET,
PG_BPCHAR,
PG_VARCHAR,
PG_TIMESTAMP,
PG_TIMESTAMPTZ,
PG_BIT,
PG_VARBIT,
PG_ID_MAX
}
Enumeration of supported PostreSQL types.
More...
Functions
Detailed Description
Definition in file pg_oid.h.