Replies: 1 comment 4 replies
-
Hi @benqwu I just tried in a fresh PG 16 install, and it seemed to work:
Some quick question to figure out the problem on your end:
|
Beta Was this translation helpful? Give feedback.
4 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
My steps are as follows:
git clone https://github.com/duckdb/pg_duckdb && cd pg_duckdb && docker compose up -d
docker compose exec db psql
psql (16.9 (Debian 16.9-1.pgdg120+1))
Type "help" for help.
postgres=# \dx
List of installed extensions
Name | Version | Schema | Description
-----------+---------+------------+------------------------------
pg_duckdb | 1.0.0 | public | DuckDB Embedded in Postgres
plpgsql | 1.0 | pg_catalog | PL/pgSQL procedural language
(2 rows)
postgres=# SELECT duckdb.install_extension('iceberg');
ERROR: (PGDuckDB/install_extension_cpp) IO Error: Input is not a GZIP stream
Can someone help me with this?
Beta Was this translation helpful? Give feedback.
All reactions