MobilityDB 1.3
Loading...
Searching...
No Matches
Functions
formatting.h File Reference
#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)
 
textpg_interval_to_char (Interval *it, text *fmt)
 Output an interval as text. More...
 
textpg_timestamp_to_char (Timestamp dt, text *fmt)
 Output a timestamp as text. More...
 
textpg_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...