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

Fail to look up for public.table1 in the COPY command #1774

Open
hengfengli opened this issue May 14, 2024 · 0 comments
Open

Fail to look up for public.table1 in the COPY command #1774

hengfengli opened this issue May 14, 2024 · 0 comments

Comments

@hengfengli
Copy link
Collaborator

When we use pg_dump, we get the following command, e.g.,

COPY public.table1 (id, col1, col2, col3, col4, col5, col6, col7, col8, col9, col10) FROM stdin;

But currently, we get the error "ERROR: Table not found: public.table1".

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