You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Add preprocessor to remove \restrict and \unrestrict pragmas
those where introduced in newer versions of pg_dump and are not valid
SQL, so they need to be removed before the SQL file can be parsed.
newer versions of rails will handle this (see:
rails/rails#55510), but in order to keep this
library working with older versions of rails we need to remove those
ourselves.
0 commit comments