Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

pg_dump fails on PG 15.2 #25

Closed
afiskon opened this issue Apr 14, 2023 · 0 comments
Closed

pg_dump fails on PG 15.2 #25

afiskon opened this issue Apr 14, 2023 · 0 comments

Comments

@afiskon
Copy link
Collaborator

afiskon commented Apr 14, 2023

pg_dump: error: Dumping the contents of table "test_compress" failed: PQgetResult() failed.
pg_dump: detail: Error message from server: ERROR:  relation "zson_dict" does not exist
LINE 1: select word_id, word from zson_dict where dict_id = $1 order...
                                  ^
QUERY:  select word_id, word from zson_dict where dict_id = $1 order by word
pg_dump: detail: Command was: COPY public.test_compress (id, x) TO stdout;

per report by @Object905

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant