Skip to content

Partitioning of the tables having case-sensitive names #13

@Crtex

Description

@Crtex

Проблема с партицией таблицы с названием Info.

При выполнении запроса:
SELECT create_range_partitions('Info', 'date', '1451606400000'::bigint, '2419200000'::bigint)
получаю 7 ERROR: relation "info" does not exist.

При выполнении запроса:
SELECT create_range_partitions("Info", 'date', '1451606400000'::bigint, '2419200000'::bigint);
получаю 7 ERROR: column "Info" does not exist.

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions