I am trying to grant a service account with - in postgres. Google Cloud service accounts are setup like user-action@project-environment.
so far I tried:
ALTER USER '[email protected]' WITH REPLICATION;
ALTER USER "[email protected]" WITH REPLICATION;
ALTER USER [email protected] WITH REPLICATION;
Not sure what the solution is.