[
    {
        "name": "BIGINT",
        "type": "data type",
        "category": "numeric",
        "description": "Целые числа."
    },
    {
        "name": "BIGINT[]",
        "type": "data type",
        "category": "array",
        "description": "Массивы целых чисел."
    },
    {
        "name": "BLOB",
        "type": "data type",
        "category": "blob",
        "description": "Двоичные объекты."
    },
    {
        "name": "BOOL",
        "type": "data type",
        "category": "boolean",
        "description": "Булевы значения."
    },
    {
        "name": "BOOL[]",
        "type": "data type",
        "category": "array",
        "description": "Массивы булевых значений."
    },
    {
        "name": "BOOLEAN",
        "type": "data type",
        "category": "boolean",
        "description": "Псевдоним типа данных [`BOOL`](https://tngri.postgrespro.ru/documentation/ru/stable/data_types/boolean)."
    },
    {
        "name": "BOOLEAN[]",
        "type": "data type",
        "category": "array",
        "description": "Псевдоним типа данных [`BOOL[]`](https://tngri.postgrespro.ru/documentation/ru/stable/data_types/array)."
    },
    {
        "name": "BPCHAR",
        "type": "data type",
        "category": "text",
        "description": "Псевдоним типа данных [`VARCHAR`](https://tngri.postgrespro.ru/documentation/ru/stable/data_types/text)."
    },
    {
        "name": "BPCHAR[]",
        "type": "data type",
        "category": "array",
        "description": "Псевдоним типа данных [`VARCHAR[]`](https://tngri.postgrespro.ru/documentation/ru/stable/data_types/array)."
    },
    {
        "name": "BYTEA",
        "type": "data type",
        "category": "blob",
        "description": "Псевдоним типа данных [`BLOB`](https://tngri.postgrespro.ru/documentation/ru/stable/data_types/blob)."
    },
    {
        "name": "CHAR",
        "type": "data type",
        "category": "text",
        "description": "Псевдоним типа данных [`VARCHAR`](https://tngri.postgrespro.ru/documentation/ru/stable/data_types/text)."
    },
    {
        "name": "CHAR[]",
        "type": "data type",
        "category": "array",
        "description": "Псевдоним типа данных [`VARCHAR[]`](https://tngri.postgrespro.ru/documentation/ru/stable/data_types/array)."
    },
    {
        "name": "DATE",
        "type": "data type",
        "category": "date_time",
        "description": "Даты."
    },
    {
        "name": "DECIMAL",
        "type": "data type",
        "category": "numeric",
        "description": "Псевдоним типа данных [`NUMERIC`](https://tngri.postgrespro.ru/documentation/ru/stable/data_types/numeric)."
    },
    {
        "name": "DOUBLE",
        "type": "data type",
        "category": "numeric",
        "description": "Вещественные числа с переменной точностью."
    },
    {
        "name": "FLOAT",
        "type": "data type",
        "category": "numeric",
        "description": "Псевдоним типа данных [`DOUBLE`](https://tngri.postgrespro.ru/documentation/ru/stable/data_types/numeric)."
    },
    {
        "name": "INTEGER",
        "type": "data type",
        "category": "numeric",
        "description": "Псевдоним типа данных [`BIGINT`](https://tngri.postgrespro.ru/documentation/ru/stable/data_types/numeric)."
    },
    {
        "name": "INTEGER[]",
        "type": "data type",
        "category": "array",
        "description": "Псевдоним типа данных [`BIGINT[]`](https://tngri.postgrespro.ru/documentation/ru/stable/data_types/array)."
    },
    {
        "name": "JSON",
        "type": "data type",
        "category": "json",
        "description": "Данные в JSON."
    },
    {
        "name": "NUMERIC",
        "type": "data type",
        "category": "numeric",
        "description": "Вещественные числа с заданной точностью."
    },
    {
        "name": "STRING",
        "type": "data type",
        "category": "text",
        "description": "Псевдоним типа данных [`VARCHAR`](https://tngri.postgrespro.ru/documentation/ru/stable/data_types/text)."
    },
    {
        "name": "STRING[]",
        "type": "data type",
        "category": "array",
        "description": "Псевдоним типа данных [`VARCHAR[]`](https://tngri.postgrespro.ru/documentation/ru/stable/data_types/array)."
    },
    {
        "name": "TEXT",
        "type": "data type",
        "category": "text",
        "description": "Псевдоним типа данных [`VARCHAR`](https://tngri.postgrespro.ru/documentation/ru/stable/data_types/text)."
    },
    {
        "name": "TEXT[]",
        "type": "data type",
        "category": "array",
        "description": "Псевдоним типа данных [`VARCHAR[]`](https://tngri.postgrespro.ru/documentation/ru/stable/data_types/array)."
    },
    {
        "name": "TIME",
        "type": "data type",
        "category": "date_time",
        "description": "Время."
    },
    {
        "name": "TIMESTAMP",
        "type": "data type",
        "category": "date_time",
        "description": "Моменты времени."
    },
    {
        "name": "TIMESTAMPTZ",
        "type": "data type",
        "category": "date_time",
        "description": "Моменты времени с часовым поясом."
    },
    {
        "name": "VARCHAR",
        "type": "data type",
        "category": "text",
        "description": "Текстовые строки."
    },
    {
        "name": "VARCHAR[]",
        "type": "data type",
        "category": "array",
        "description": "Массивы текстовых строк."
    }
]