schemainspect
schemainspect copied to clipboard
count for pg15, add support for column options, statistics, and compression
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.
I couldn't understand what was wrong with checks. One was "cancelled", another just "exited 1"…