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

Implement --skip-collations. #160

Merged
merged 1 commit into from
Dec 5, 2022
Merged

Implement --skip-collations. #160

merged 1 commit into from
Dec 5, 2022

Conversation

dimitri
Copy link
Owner

@dimitri dimitri commented Dec 5, 2022

In case when the target database does not have the same collation provider as the source database, or just different collation names, then a mapping needs to be done before using pgcopydb. Then this option is useful for skipping the pg_restore steps that re-install the source collations.

Fixes #157.

In case when the target database does not have the same collation provider
as the source database, or just different collation names, then a mapping
needs to be done before using pgcopydb. Then this option is useful for
skipping the pg_restore steps that re-install the source collations.
@dimitri dimitri merged commit d1b56d6 into main Dec 5, 2022
@dimitri dimitri deleted the feature/skip-collations branch December 5, 2022 17:55
@dimitri dimitri mentioned this pull request Apr 3, 2023
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.

Adding --skip-collations to pgcopydb
1 participant