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

Expose DuckDB COPY Command to Postgres #104

Closed
philippemnoel opened this issue Aug 27, 2024 · 1 comment
Closed

Expose DuckDB COPY Command to Postgres #104

philippemnoel opened this issue Aug 27, 2024 · 1 comment
Labels
feature New feature or request good first issue Good for newcomers priority-medium Medium priority issue

Comments

@philippemnoel
Copy link
Collaborator

What feature are you requesting?

An easy way to load data between DuckDB and external files is via the COPY command. We should expose it, as it is especially difficult to load data into Postgres that's in format like Parquet aside from via the FDW.

Why are you requesting this feature?

See above^

What is your proposed implementation for this feature?

See here: https://duckdb.org/docs/sql/statements/copy.html for reference. Expose the command in a similar fashion to how we expose other DuckDB commands.

Full Name:

Philippe Noël

Affiliation:

ParadeDB

@philippemnoel philippemnoel added feature New feature or request good first issue Good for newcomers priority-medium Medium priority issue labels Aug 27, 2024
@rebasedming
Copy link
Contributor

Duplicate of #107

@rebasedming rebasedming marked this as a duplicate of #107 Sep 2, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature New feature or request good first issue Good for newcomers priority-medium Medium priority issue
Projects
None yet
Development

No branches or pull requests

2 participants