The table belows describes the data types supported by pgpro_metastore.
|
Data Type |
Value |
|---|---|
|
|
true or false. |
|
|
Integer, from -128 to 127. |
|
|
Integer, from -32768 to 32767. |
|
|
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 65535. |
|
|
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, for example, |
|
|
Time, for example, 13:00:00. |
|
|
Time with timezone, for example, 10:30:00+03. |
|
|
Date, for example, 2023-05-13. |
|
|
Timestamp, for example, 2023-05-15 14:30:00. |
|
|
Timestamp with timezone, for example, 2023-05-15 14:30:00+03. |
|
|
Second-precision timestamp, for example, 2023-05-15 14:30:00+03. |
|
|
Millisecond-precison timestamp, for example, 2023-05-15 14:30:00.123. |
|
|
Nanosecond-precision timestamp, for example, 2023-05-15 14:30:00.123456789. |
|
|
Time interval, for example, |
|
|
Varchar, for example, |
|
|
Blob, for example, PDF, image, video, audio. |
|
|
JSON, for example,
|
|
|
UUID, for example,
|