| 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.6 errno values of pgtypeslib
PGTYPES_NUM_BAD_NUMERIC- An argument should contain a numeric variable (or point to a numeric variable) but in fact its in-memory representation was invalid.
PGTYPES_NUM_OVERFLOW- An overflow occurred. Since the numeric type can deal with almost arbitrary precision, converting a numeric variable into other types might cause overflow.
PGTYPES_NUM_OVERFLOW- An underflow occurred. Since the numeric type can deal with almost arbitrary precision, converting a numeric variable into other types might cause underflow.
PGTYPES_NUM_DIVIDE_ZERO- A division by zero has been attempted.
PGTYPES_DATE_BAD_DATEPGTYPES_DATE_ERR_EARGSPGTYPES_DATE_ERR_ENOSHORTDATEPGTYPES_INTVL_BAD_INTERVALPGTYPES_DATE_ERR_ENOTDMYPGTYPES_DATE_BAD_DAYPGTYPES_DATE_BAD_MONTHPGTYPES_TS_BAD_TIMESTAMP
| ISBN 0954612035 | PostgreSQL Reference Manual - Volume 2 - Programming Guide | See the print edition |