MobilityDB 1.3
Loading...
Searching...
No Matches

◆ MEOSAdjustTimeForTypmod()

void MEOSAdjustTimeForTypmod ( TimeADT time,
int32  typmod 
)

Force the precision of the time value to a specified value.

Uses exactly the same code as in MEOSAdjustTimestampForTypmod() but we make a separate copy because those types do not have a fundamental tie together but rather a coincidence of implementation. - thomas

Parameters
[in]timeTime
[in]typmodPrecision
Note
PostgreSQL function: AdjustTimeForTypmod()