duckdb / postgres_scanner

https://duckdb.org/docs/extensions/postgres
MIT License
227 stars 36 forks source link

attach to greenplum error #145

Closed wonb168 closed 9 months ago

wonb168 commented 9 months ago
load postgres;
ATTACH 'postgresql://ur_0_uown_crb_edw_scp:password@10.204.128.93:10086/crb_edw_scp' AS gp (TYPE postgres);

SQL 错误: Binder Error: Unrecognized storage type "postgres" why?

Mytherin commented 9 months ago

Are you using the latest version of DuckDB and the latest version of the extension?

wonb168 commented 9 months ago

sorry,0.9.2 is OK