直接执行psql.exe出现的问题
Started by 樊异森over 8 years ago2 messagesbugs
在CMD中,如果直接到 “C:\Program Files\PostgreSQL\9.5\bin”文件路径下执行psql.exe,会给出一个输入口令的地方,但是登陆用户却不是postgres,而是我的计算机用户名。
Re: [BUGS] 直接执行psql.exe出现的问题
This is not a bug. You sent this to wrong mailing list.
System user is the default user when you don't tell
`psql` which database user you want to use..
Please use `psql --help` to get the document, and it will
tell you how to specify database user.
2017-08-22 14:33 GMT+08:00 樊异森 <fanyisen@163.com>:
Show quoted text
在CMD中,如果直接到 “C:\Program Files\PostgreSQL\9.5\bin”文件路径下
执行psql.exe,会给出一个输入口令的地方,但是登陆用户却不是postgres,而是我的计算机用户名。