pg_restore authentication failure

From: Zeno Davatz <zdavatz(at)ywesee(dot)com>
To: <pgsql-novice(at)postgresql(dot)org>
Subject: pg_restore authentication failure
Date: 2002-10-02 14:34:12
Message-ID: B9C0D084.2CEF%zdavatz@ywesee.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-novice

Hi List

I done a pg_dumpall and now would like to load the data back into my new
database. I am doing:

psql -e nachahmer < /home/ywesee/pgsql/pgsqldump.sql

And get:
ERROR: Language plpgsql already exists
\connect: FATAL 1: IDENT authentication failed for user "nachahmer"

at the end of the message. Do you have any idea what could be wrong?

My pg_hba.conf is:
local all trust
host all 127.0.0.1 255.255.255.255 trust

Thanks for your help.
Zeno

Browse pgsql-novice by date

  From Date Subject
Next Message Eduardo Cadena 2002-10-03 15:28:25 Help creating a function
Previous Message Tom Lane 2002-10-02 13:25:43 Re: Compile Postgres for a Sharp Zaurus?