Skip to content

Column options not supported #84

Description

@igorlidin

Column options:
ALTER TABLE test ALTER COLUMN test SET STATISTICS 0;
ALTER TABLE test ALTER COLUMN test SET (n_distinct=-1);
Makes no difference with migra.

Custom column options can be found in pg_catalog.pg_attribute.attoptions, statistics setting in pg_catalog.pg_attribute.attstattarget.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions