@dceejay, @TotallyInformation The input password to login is necessary for security reasons, so I did not think that can set to bypass the password input so I did not ask google first, it bothers you @@.
Thanks for the instructions!
After setting up bypass password when executing command "psql -U postgres". I input the following command in the Command of exec
node:
psql -U postgres;CREATE DATABASE dbTest;

...but still start entering the password of CREATE on the cmd side, I tried to enter the password of the postgres user and it got an error:
I did a google search but I don't know why entering this password.
Did I enter the command of PostgreSQL in Command of exec
node correctly?
Thanks!