MobilityDB 1.1

◆ pg_interval_make()

Interval * pg_interval_make ( int32  years,
int32  months,
int32  weeks,
int32  days,
int32  hours,
int32  mins,
double  secs 
)

Interval constructor.

Note
PostgreSQL function: Datum make_interval(PG_FUNCTION_ARGS)