8000 Use column names in COPY statements. by dimitri · Pull Request #290 · dimitri/pgcopydb · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

Use column names in COPY statements. #290

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

Merged
merged 2 commits into from
May 15, 2023
Merged

Use column names in COPY statements. #290

merged 2 commits into from
May 15, 2023

Conversation

dimitri
Copy link
Owner
@dimitri dimitri commented May 15, 2023

This requires loading more of the Postgres catalog information in-memory. That's the cost to fix extension configuration tables that have changed schema between source and target, and to later support schema changes at pgcopydb time.

Fixes #275.
See #241.

This requires loading more of the Postgre catalog information in-memory.
That's the cost to fix extension configuration tables that have changed
schema between source and target, and to later support schema changes at
pgcopydb time.
@thecatontheflat
Copy link
Contributor

This is amazing! Thank you so much for adding so many useful features!

I was missing this feature for changing the columns order for our 20-TB DB. Looks like I'll be able to do it soon! :)

@dimitri dimitri merged commit 48a26ca into main May 15, 2023
@dimitri dimitri deleted the fix/copy-with-attnames branch May 15, 2023 11:21
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

pgcopydb not using the column names while copying data
34CB
2 participants
0