26extern char *
asc_tolower(
const char *buff,
size_t nbytes);
27extern char *
asc_toupper(
const char *buff,
size_t nbytes);
28extern char *
asc_initcap(
const char *buff,
size_t nbytes);
int64 Timestamp
Definition: postgres_ext_defs.in.h:21
int64 TimestampTz
Definition: postgres_ext_defs.in.h:22
int32 DateADT
Definition: postgres_ext_defs.in.h:19
Definition: postgres_ext_defs.in.h:27
Definition: postgres_ext_defs.in.h:34