ildus / clickhouse_fdw

ClickHouse FDW for PostgreSQL
Apache License 2.0
256 stars 55 forks source link

unsupported column type Decimal #66

Open devchunk opened 3 years ago

devchunk commented 3 years ago

Hi Folks!

When I try insert data from fdw with type Decimal in CH, I got error:

[2021-02-23 17:10:41] [XX000] ERROR: clickhouse_fdw: error while insert preparation - clickhouse_fdw: unsupported column type Decimal(18,2)

how do I fix this?

ngugcx commented 2 years ago

Got same error: ERROR: clickhouse_fdw: error while insert preparation - clickhouse_fdw: unsupported column type Decimal(76,16)