I'm trying to call PostgreSQL function from windows command line. the Postgres DB located on a Linux VM. I can run the command line but been prompted for password. How can I work around it?
Since the DB is on different VM, I can't modify the pgpass.conf file, it doesn't exist. any other easy way?