pg_duckdb icon indicating copy to clipboard operation
pg_duckdb copied to clipboard

Docker container for Postgresql 14 is broken

Open hannosgit opened this issue 3 months ago • 0 comments

What happens?

The docker container image pgduckdb/pgduckdb:14-v1.0.0 is broken because 0002-enable-md-pg_duckdb.sql uses the \getenv command. This command was introduced by Postgres 15 ( see Release Notes).

To Reproduce

Just start a container with this image and you will get the following error: psql:/docker-entrypoint-initdb.d/0002-enable-md-pg_duckdb.sql:4: error: invalid command \getenv

OS:

Windows

pg_duckdb Version (if built from source use commit hash):

1.0.0

Postgres Version (if built from source use commit hash):

14

Hardware:

No response

Full Name:

Hannes Oswald

Affiliation:

hannos

What is the latest build you tested with? If possible, we recommend testing with the latest nightly build.

I have tested with a stable release

Did you include all relevant data sets for reproducing the issue?

Not applicable - the reproduction does not require a data set

Did you include all code required to reproduce the issue?

  • [ ] Yes, I have

Did you include all relevant configuration (e.g., CPU architecture, Linux distribution) to reproduce the issue?

  • [ ] Yes, I have

hannosgit avatar Sep 15 '25 06:09 hannosgit