date
calendar date without time of day
+ |
+ decimal
+ decimal(p,s)
+ exact numeric for p <= 9, s = 0
+
|
float4/8
float(p)
int, integer
signed 4-byte integer
- |
- int4
- decimal(p,s)
- exact numeric for p <= 9, s = 0
-
- |
- int4
- numeric(p,s)
- exact numeric for p == 9, s = 0
-
|
int8
decimal(9,2)
US-style currency
+ |
+ numeric
+ numeric(p,s)
+ exact numeric for p == 9, s = 0
+
|
path
+ |
+ decimal
+ variable
+ User-specified precision
+ no limit
+
|
float4
4 bytes
Very large range fixed-precision
+/- > 18 decimal places
+ |
+ numeric
+ variable
+ User-specified precision
+ no limit
+
|
serial
4 bytes