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

count for pg15, add support for column options, statistics, and compression #85

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

jn0
Copy link

@jn0 jn0 commented Feb 1, 2023

We're using migra to distribute DB updates.
Now we went to Pg15.
So, we have to count for new attributes, like …SET COMPRESSION lz4.
Plus, we still have to mantain column options (…SET (opt1=val1,opt2=val2,…)) and statistics (…SET STATISTICS 0).

The patch is to address these issues.

@jn0
Copy link
Author

jn0 commented Feb 2, 2023

I couldn't understand what was wrong with checks.
One was "cancelled", another just "exited 1"…

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.

1 participant