PostgreSQL Source Code
git master
|
Go to the source code of this file.
Macros | |
#define | PGTYPES_NUM_OVERFLOW 301 |
#define | PGTYPES_NUM_BAD_NUMERIC 302 |
#define | PGTYPES_NUM_DIVIDE_ZERO 303 |
#define | PGTYPES_NUM_UNDERFLOW 304 |
#define | PGTYPES_DATE_BAD_DATE 310 |
#define | PGTYPES_DATE_ERR_EARGS 311 |
#define | PGTYPES_DATE_ERR_ENOSHORTDATE 312 |
#define | PGTYPES_DATE_ERR_ENOTDMY 313 |
#define | PGTYPES_DATE_BAD_DAY 314 |
#define | PGTYPES_DATE_BAD_MONTH 315 |
#define | PGTYPES_TS_BAD_TIMESTAMP 320 |
#define | PGTYPES_TS_ERR_EINFTIME 321 |
#define | PGTYPES_INTVL_BAD_INTERVAL 330 |
#define PGTYPES_DATE_BAD_DATE 310 |
Definition at line 8 of file pgtypes_error.h.
#define PGTYPES_DATE_BAD_DAY 314 |
Definition at line 12 of file pgtypes_error.h.
#define PGTYPES_DATE_BAD_MONTH 315 |
Definition at line 13 of file pgtypes_error.h.
#define PGTYPES_DATE_ERR_EARGS 311 |
Definition at line 9 of file pgtypes_error.h.
#define PGTYPES_DATE_ERR_ENOSHORTDATE 312 |
Definition at line 10 of file pgtypes_error.h.
#define PGTYPES_DATE_ERR_ENOTDMY 313 |
Definition at line 11 of file pgtypes_error.h.
#define PGTYPES_INTVL_BAD_INTERVAL 330 |
Definition at line 18 of file pgtypes_error.h.
#define PGTYPES_NUM_BAD_NUMERIC 302 |
Definition at line 4 of file pgtypes_error.h.
#define PGTYPES_NUM_DIVIDE_ZERO 303 |
Definition at line 5 of file pgtypes_error.h.
#define PGTYPES_NUM_OVERFLOW 301 |
Definition at line 3 of file pgtypes_error.h.
#define PGTYPES_NUM_UNDERFLOW 304 |
Definition at line 6 of file pgtypes_error.h.
#define PGTYPES_TS_BAD_TIMESTAMP 320 |
Definition at line 15 of file pgtypes_error.h.
#define PGTYPES_TS_ERR_EINFTIME 321 |
Definition at line 16 of file pgtypes_error.h.