Skip to content

Add column case option to IMPORT FOREIGN SCHEMA #236

@theory

Description

@theory

Since 54342bb, pg_clickhouse has been using quote_identifier() for all tables and columns imported from ClickHouse. As of #117 (but really for some time), one has been able to specify a custom column name in CREATE FOREIGN TABLE column options.

Add an option for IMPORT FOREIGN SCHEMA to tell the importer to prefer lowercase names and only fall back on quoting if there is a conflict with an earlier name.

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or requestsqlImprove SQL coverage or FDW capabilities

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions