Tipo de datos
Esta sección describe los tipos de datos agregados a RDS for PostgreSQL Enhanced Edition sobre la base de PostgreSQL 11 edición de código abierto.
|
Nombre |
Tipo de datos |
|---|---|
|
Variable-length character type |
VARCHAR2 and NVARCHAR2 |
|
Decimal floating point type |
DECIMAL |
|
Double precision binary floating point type |
BINARY_DOUBLE |
|
Binary data type |
RAW |
|
Binary large object type |
BLOB |
|
Character large object type |
CLOB |
|
National character large object |
NCLOB |
|
Number type |
NUMBER |
|
Variable-length character type |
NVARCHAR |
|
Unicode character data type |
NCHAR |
|
32-bit floating point data type |
BINARY_FLOAT |
|
Long integer |
LONG |
|
XML data type |
XMLType |
|
Timestamp with local time zone |
TIMESTAMP WITH LOCAL TIME ZONE |
|
PL/SQL integer numeric data |
BINARY_INTEGER |
|
PL/SQL integer numeric data |
PLS_INTEGER |