运行以下命令时:
pg_restore.exe --dbname=postgresql://postgres:PASSWORD@localhost:5432 --create "FileName"
我遇到了 pg_restore 提示输入密码的问题。PG_Restore 在一台机器上正常运行,但在其他机器上不能正常运行。这告诉我某处存在设置问题。PGPass 在所有机器上都是空白的。
当具有正确密码的连接字符串被传递到可执行文件时,为什么 PG_Restore 会提示用户输入密码?
运行以下命令时:
pg_restore.exe --dbname=postgresql://postgres:PASSWORD@localhost:5432 --create "FileName"
我遇到了 pg_restore 提示输入密码的问题。PG_Restore 在一台机器上正常运行,但在其他机器上不能正常运行。这告诉我某处存在设置问题。PGPass 在所有机器上都是空白的。
当具有正确密码的连接字符串被传递到可执行文件时,为什么 PG_Restore 会提示用户输入密码?