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 cant modify the pgpass.conf file - it doesn't exist. any other easy way?
Thanks.