Postgresql – Connect to Postgres Flexible Server via "az postgress" from PS1 Script when Password has characters needing escapes
I want to run a command on Azure Postgres Flexible Server via a PS1 (PSCore) script. The password can contain characters like < and ) that the PSCore parser chokes on. I'm attempting to use the az postgres flexible-server execute…