摘要:
sudo apt-get purge postgresql-9.5 On Ubuntu 14.04 I have done this to get the latest postgres: Then I installed version 9.4: However it seems I have n 阅读全文
摘要:
I happen to have 2 installed instances of postgresql at my machine: 9.1 and 9.2: They are located at /etc/postgresql/9.1/ and /etc/postgresql/9.2/. Th 阅读全文
摘要:
"Peer authentication" means that it's comparing your database username against your Linux username. It should work if you're logged in as postgres. Yo 阅读全文