Is it possible to use the postgres db as a user db instead of locking as the system db? And I set the system db name to something else?
I am replicating into neon and the source uses the postgres db as the name of the source db. I had to name map it over on the neon side and we use a proxy in between.
This covers most use cases but if anything uses the connection to query neon they will see the actual db name instead of "postgres"
So can I rename the system db and free up "postgres"