Hi I am trying to setup a PostgreSQL database for Heroku. I am running
into trouble.

I installed PostgreSQL(9.0) from EnterpriseDB on OS X 10.6. However,
when I do a simple

     $ psql -U postgres

I get this error message.

     psql: could not connect to server: No such file or directory
     Is the server running locally and accepting
     connections on Unix domain socket "/var/pgsql_socket/.s.PGSQL.
5432"?

I am getting the same message when I do a syncdb.

Any ideas what could be causing this.  Thank you so much!

-- 
You received this message because you are subscribed to the Google Groups 
"Django users" group.
To post to this group, send email to django-users@googlegroups.com.
To unsubscribe from this group, send email to 
django-users+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/django-users?hl=en.

Reply via email to