Skip to content

pg_dump does not work for iceberg tables. #176

@thebf

Description

@thebf

What happens?

[2025-10-17 15:18:59] "C:/Program Files/PostgreSQL/17/bin/pg_dump.exe" --dbname=database_name --format=c --file=C:\DatabaseBackup\database_name_2025_10_17_15_18_59.psql --username=app_superuser--host=localhost --port=5432
pg_dump: error: Dumping the contents of table "tablename" failed: PQgetResult() failed.
pg_dump: detail: Error message from server: ERROR: not implemented: mooncake_scan_getnextslot
pg_dump: detail: Command was: COPY tablename(column_a, column_b, column_c, column_d, column_e, column_f) TO stdout;
[2025-10-17 15:21:10] pg_dump process finished

To Reproduce

pg_dump.exe --dbname=database_name --format=c --file=C:\DatabaseBackup\database_name_2025_10_17_15_18_59.psql --username=app_superuser--host=localhost --port=5432

OS:

Linux

pg_mooncake Version:

sha256:8a38e7726604b0800e5ac3b873ed05130c2a2fc7c84ff55372e948f1c6e44217

Postgres Version:

17

Are you using pg_mooncake Docker, Neon, or the extension standalone?

pg_mooncake Docker Image

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions