We recently moved our database from a standalone postgres instance to AWS RDS.
However, the new tables on RDS have a staging. prefix as we're using them as staging.
Is there a way to specify this prefix on all queries across all our apps? Or through the connection itself?
We currently have multiple apps and tons of queries so thinking of a simpler way to do this.