Open Vonng opened 5 months ago
Is the /tmp/duck.db created with version 1.0.0
?
The commands above work for me, if I also create the t1_duckdb
table with:
SELECT duckdb_execute('duckdb_server','CREATE TABLE t1_duckdb (a integer, b text);');
The versions that I am using:
+--------------+------------------+---------------------------------------------------------------------------------------------------------------------------------+
|duckdb_version|duckdb_fdw_version|postgrsql_version |
+--------------+------------------+---------------------------------------------------------------------------------------------------------------------------------+
|v1.0.0 |20101 |PostgreSQL 16.3 (Debian 16.3-1.pgdg120+1) on x86_64-pc-linux-gnu, compiled by gcc (Debian 12.2.0-14) 12.2.0, 64-bit|
+--------------+------------------+---------------------------------------------------------------------------------------------------------------------------------+