You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Feb 8, 2022. It is now read-only.
Another example showing what appears to be interleaved statements:
data ipsum \N \N lorem
COPY "Table1" FROM STDIN;
COPY "Table2" FROM STDIN;
\.
COPY "Table3" FROM STDIN;
\.
COPY "Table4" FROM STDIN;
\.
\.
data ipsum \N \N lorem
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
For two empty tables the following SQL output is generated
resulting in error
because the first COPY statement is missing the EOD marker
\.
The text was updated successfully, but these errors were encountered: