Re: [pgadmin-support] Problem Adding A PostgreSQL Server in Debian

2006-01-05 Thread Andreas Pflug
Sunburned Surveyor wrote: I had posted a couple of weeks back about a problem I had using pgAdmin3. I was basically unable to add a new server to PostgreSQL from pgAdmin. I received the following error message: "An error has occurred: Error connecting to the server: FATAL:IDENT authentication

Re: [pgadmin-support] Problem Adding A PostgreSQL Server in Debian

2006-01-04 Thread Sunburned Surveyor
I had posted a couple of weeks back about a problem I had using pgAdmin3. I was basically unable to add a new server to PostgreSQL from pgAdmin. I received the following error message:   "An error has occurred: Error connecting to the server: FATAL:IDENT authentication failed for user "myuser" "  

[pgadmin-support] Problem Adding A PostgreSQL Server in Debian

2005-12-16 Thread Sunburned Surveyor
I've installed PostgreSQL, and set it up with a user that has the same user name and password as one of the Linux Users. I have no problem logging into the psql terminal with the user via the command line. Once I am logged into psql, I can execute the CREATE DATABASE and CREATE TABLE commands with