Thanks for the feedback!

I have edited /etc/postgresql/8.4/main/pg_hba.conf and added the
following line at the bottom:
local   myproject   george                          trust
(by the way; I am using a Kubuntu workstation)

It should give me local access using a trusted connection for the
database myproject, for user george.

However, psql still refuses the connection:
psql myproject -U george

This is a PostgreSQL related problem.
Any ideas what I overlook here?

Regards, Nico

-- 
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