Percona-Lab / clickhousedb_fdw

PostgreSQL's Foreign Data Wrapper For ClickHouse
Other
201 stars 24 forks source link

Postgresql 12 and 13 #26

Open nshah14285 opened 3 years ago

nshah14285 commented 3 years ago

Currently, we are using clickhousedb_fdw in PG 11 on our production server. We are planning to upgrade PG version to 12 or 13. But we found that clickhousedb_fdw does not support PG 12 and PG 13 version because of that we won't be able to upgrade PG version on server. Do you plan to support Postgresql version 12 and 13? If yes, then any deadline for it. Please let me know.

Thanks, Nishit Shah

thebf commented 3 years ago

Have a look at : https://github.com/adjust/clickhouse_fdw It looks like it's actively maintained and I think it was forked from this. Ive tested it and it seems to work better as well.

nshah14285 commented 3 years ago

@thebf Thank You for your comment.