Resolve overloaded ACLs in Postgres leading to "row is too big" error #2650
Labels
bug
Something isn't working
product:infrastructure
Issues related to application and operations infrastructure
Description/Context
https://dba.stackexchange.com/questions/341796/how-to-work-around-row-is-too-big-for-role-definitions-without-recreating-the
Plan/Design
After lots of digging and poking, this is the set of queries that I would like to test out for repairing our handicapped databases.
Relevant discussion threads that I've found:
This is still untested, but I think the safest route is to snapshot one of the problematic DBs, spin up an instance from the snapshot, and try out those queries to see if the issue persists.
To verify before and after, you can run
Prior to the fix it will error out with the row is too big problem, and with any luck it should work afterwards.
The text was updated successfully, but these errors were encountered: