PostgreSQL Source Code
git master
Main Page
Related Pages
Namespaces
Namespace List
Namespace Members
All
Functions
Variables
Data Structures
Data Structures
Data Structure Index
Class Hierarchy
Data Fields
All
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
~
Functions
_
a
f
h
i
n
o
p
r
s
~
Variables
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Enumerations
Files
File List
Globals
All
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Functions
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Variables
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Typedefs
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Enumerations
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
Enumerator
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
z
Macros
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
•
All
Data Structures
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Macros
Pages
pgtypes_error.h
Go to the documentation of this file.
1
/* src/interfaces/ecpg/include/pgtypes_error.h */
2
3
#define PGTYPES_NUM_OVERFLOW 301
4
#define PGTYPES_NUM_BAD_NUMERIC 302
5
#define PGTYPES_NUM_DIVIDE_ZERO 303
6
#define PGTYPES_NUM_UNDERFLOW 304
7
8
#define PGTYPES_DATE_BAD_DATE 310
9
#define PGTYPES_DATE_ERR_EARGS 311
10
#define PGTYPES_DATE_ERR_ENOSHORTDATE 312
11
#define PGTYPES_DATE_ERR_ENOTDMY 313
12
#define PGTYPES_DATE_BAD_DAY 314
13
#define PGTYPES_DATE_BAD_MONTH 315
14
15
#define PGTYPES_TS_BAD_TIMESTAMP 320
16
#define PGTYPES_TS_ERR_EINFTIME 321
17
18
#define PGTYPES_INTVL_BAD_INTERVAL 330
src
interfaces
ecpg
include
pgtypes_error.h
Generated on Sun Nov 24 2024 00:13:26 for PostgreSQL Source Code by
1.9.1