clickhousedb_fdw
clickhousedb_fdw copied to clipboard
Postgresql 12 and 13
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
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.
@thebf Thank You for your comment.