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

◆ timestamp_in()

Timestamp timestamp_in ( const char *  str,
int32  prec 
)

Return a timestamp without time zone from its string representation.

Parameters
[in]strString
[in]precPrecision, that is, the number of fractional digits retained in the seconds field. When precision is -1, there is no explicit bound on precision. The allowed precision range is from 0 to 6.
Returns
On error return DT_NOEND
Note
PostgreSQL function: timestamp_in(PG_FUNCTION_ARGS)