Dear Daniel,
Try to find the owner of your geography tables.
Most probably, it will be “postgres”.
So, login as “postgres” and from their grant all on geography tables to the desired owner.
You may copy , paste and search this phrase " how to find owner of a postgis table " on google to find a lot of answers and actual psql commands to transfer the ownership.
Pankaj.