Koozali.org: home of the SME Server

Query on Postgres Howto

Offline gbentley

  • *****
  • 482
  • +0/-0
  • Forum Lurker
    • Earth
Query on Postgres Howto
« on: July 16, 2009, 10:42:04 AM »
Hi All,

I follwed this howto - http://wiki.contribs.org/Postgres - and all went _exactly_ as shown apart from ;

alter user postgres with encrypted password 'add_your_pass_here';

needs to be

ALTER USER postgres WITH ENCRYPTED PASSWORD 'yourpass';

I have a minor query though when loging in with ;

# su postgres
# psql -U postgres -d template1

I get minor error message before loging me in

"could not change directory to /root"

Is this just noise or I do I need to investigate?
"If you don't know what you want, you end up with a lot you don't."