## Problem Sometimes errors might escape testing/review causing postgres basic functionality to break. This happened with `ALTER TABLE .. SCHEMA` on https://github.com/supabase/supautils/pull/100. ## Solution Run postgresql regress test suite with supautils enabled on CI to ensure no breakage happens. https://github.com/postgres/postgres/tree/master/src/test/regress/sql