GoogleCloudPlatform / GoogleCloudPlatform/pgadapter

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

Open
#1,774 1 comment 0 reactions 0 assignees View on GitHub
Dominant language
Java
Stars
91
Forks
33
Avg merge
3d 57m
Merged PRs (30d)
58

Description

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".

Contributor guide

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.