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
Release note (sql change): Implemented the COPY ... TO STDOUT
statement, which allows exporting a table or arbitrary query using the
postgres wire-compatible format. Only text & CSV format is supported.
Exalate commented:
Related PR: cockroachdb/cockroach#94408
Commit: cockroachdb/cockroach@e910dda
Fixes: cockroachdb/cockroach#85571
Release note (sql change): Implemented the
COPY ... TO STDOUT
statement, which allows exporting a table or arbitrary query using the
postgres wire-compatible format. Only text & CSV format is supported.
Jira Issue: DOC-6972
The text was updated successfully, but these errors were encountered: