Return a timestamp without time zone from its string representation.
- Parameters
-
[in] | str | String |
[in] | prec | Precision, 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)