Skip to content

cli/sql: support COPY FROM STDIN in the sql shell #16392

@jordanlewis

Description

@jordanlewis
root@:26257/test> create table z(a int);
CREATE TABLE
root@:26257/test> copy z(a) from stdin;
pq: unknown response for simple query: 'G'
root@:26257 ?>

Jira issue: CRDB-6066

Metadata

Metadata

Assignees

No one assigned

    Labels

    C-enhancementSolution expected to add code/behavior + preserve backward-compat (pg compat issues are exception)T-sql-foundationsSQL Foundations Team (formerly SQL Schema + SQL Sessions)docs-donedocs-known-limitation

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions