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

COPY statement for Postgres is not supported. #1709

Closed
gumberankush opened this issue Jan 6, 2023 · 3 comments
Closed

COPY statement for Postgres is not supported. #1709

gumberankush opened this issue Jan 6, 2023 · 3 comments

Comments

@gumberankush
Copy link

For example, the following statement is not supported

COPY public.vehicle (vehicleid, licenseplate, year, color, makeid, modelid, ownerid) FROM stdin;
@wumpz
Copy link
Member

wumpz commented Jan 12, 2023

Right. JSqlParser does not support this. This iseems not to be a SQL construct.

@gumberankush
Copy link
Author

@wumpz This is the statement from Postgres database. Are there any plans to handle this in future?

@manticore-projects
Copy link
Contributor

Duplicate #569

@wumpz wumpz closed this as not planned Won't fix, can't repro, duplicate, stale Jan 20, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants