-
Notifications
You must be signed in to change notification settings - Fork 459
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
sql: Document COPY statement #9022
Comments
@rafiss I'm a little confused here. cockroachdb/cockroach#16392 suggests that we do not support |
The distinction there is that the |
I see. Thanks for the clarification! This type of support seems fairly particular. Are there any other statements that you know of that are only supported if issued by some third-party clients? |
Hmm no, off the top of my head I'm not familiar of other syntax that we support in that way, but COPY is a rather odd/special statement. |
@rafiss Another question... do we only support executing |
Correct, just |
CockroachDB has supported the COPY statement for the past few releases, but it is not documented.
Code changes:
cockroachdb/cockroach#8756
cockroachdb/cockroach#51890
Other docs issues:
#546
#3058
#1676
#1831
#8156
#8155
The text was updated successfully, but these errors were encountered: