![]() |
MobilityDB 1.3
|
#include "utils/date.h"
Go to the source code of this file.
Functions | |
char * | asc_initcap (const char *buff, size_t nbytes) |
char * | asc_tolower (const char *buff, size_t nbytes) |
char * | asc_toupper (const char *buff, size_t nbytes) |
text * | pg_interval_to_char (Interval *it, text *fmt) |
Output an interval as text. More... | |
text * | pg_timestamp_to_char (Timestamp dt, text *fmt) |
Output a timestamp as text. More... | |
text * | pg_timestamptz_to_char (TimestampTz dt, text *fmt) |
Output a timestamptz as text. More... | |
DateADT | pg_to_date (text *date_txt, text *fmt) |
Input a date from text. More... | |
TimestampTz | pg_to_timestamp (text *date_txt, text *fmt) |
Input a timestamp from date text. More... | |