我正在按照本教程设置我的 postgresql 数据库。
http://inventtheweb.blogspot.ca/2012/05/install-postgresql-for-django.html
在我运行完 CREATE DATABASE 命令并运行 \q 后
我得到以下回应。
could not save history to file "/var/lib/postgresql/.psql_history": No such file or directory
Run Code Online (Sandbox Code Playgroud)
究竟是什么导致了这种情况,这会导致我出现任何问题吗?
更多信息:正在安装的 postgresql 版本是 9.3,我将它安装在 Ubuntu Server 14.04 LTS 上