| PostgreSQL Reference Manual - Volume 2 - Programming Guide by The PostgreSQL Global Development Group Paperback (6"x9"), 408 pages ISBN 0954612035 RRP £19.95 ($34.95) Sales of this book support the PostgreSQL project! Get a printed copy>>> |
3.8.7 Special constants of pgtypeslib
PGTYPESInvalidTimestamp-
A value of type timestamp representing an invalid time stamp. This is
returned by the function
PGTYPEStimestamp_from_ascon parse error. Note that due to the internal representation of the timestamp datatype,PGTYPESInvalidTimestampis also a valid timestamp at the same time. It is set to1899-12-31 23:59:59. In order to detect errors, make sure that your application does not only test forPGTYPESInvalidTimestampbut also forerrno != 0after each call toPGTYPEStimestamp_from_asc.
| ISBN 0954612035 | PostgreSQL Reference Manual - Volume 2 - Programming Guide | See the print edition |