E.3. Data Types in pgpro_metastore #
The table belows describes the data types supported by pgpro_metastore.
Data Type | Value |
|---|---|
|
|
| Integer, from -128 to 127 |
| Integer, from -32,768 to 32,767 |
| Integer, from -2 147 483 648 to 2 147 483 647 |
| Integer, from -9 223 372 036 854 775 808 to 9 223 372 036 854 775 807 |
| Integer, from 0 to 255 |
| Integer, from 0 to 65,535 |
| Integer, from 0 to 4 294 967 295 |
| Integer, from 0 to 18 446 744 073 709 551 615 |
| Fraction, approximately from 1.17549435E-38 to 3.40282347E+38. Precision: 6–7 numbers after the comma |
| Float, approximately from 4.9E-324 to 1.8E+308. Precision: 14–15 numbers after the comma |
| Decimal (e.g., |
| Time (e.g., 13:00:00) |
| Time with timezone (e.g., 10:30:00+03) |
| Date (e.g., 2023-05-13) |
| Timestamp (e.g., 2023-05-15 14:30:00) |
| Timestamp with timezone (e.g., 2023-05-15 14:30:00+03) |
| Second-precision timestamp (e.g., 2023-05-15 14:30:00+03) |
| Millisecond-precison timestamp (e.g., 2023-05-15 14:30:00.123) |
| Nanosecond-precision timestamp (e.g., 2023-05-15 14:30:00.123456789) |
| Time interval (e.g., |
| Varchar (e.g., |
| Blob (e.g., PDF, image, video, audio) |
| JSON (e.g., |
| UUID (e.g., |