schemainspect icon indicating copy to clipboard operation
schemainspect copied to clipboard

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

Open jn0 opened this issue 2 years ago • 1 comments

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 avatar Feb 01 '23 08:02 jn0

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

jn0 avatar Feb 02 '23 09:02 jn0