Skip to content

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

Open
jn0 wants to merge 1 commit intodjrobstep:masterfrom
jn0:master
Open

count for pg15, add support for column options, statistics, and compression#85
jn0 wants to merge 1 commit intodjrobstep:masterfrom
jn0:master

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