Re: Fixing the loss of 'template1' - Mailing list pgsql-general

From Tom Lane
Subject Re: Fixing the loss of 'template1'
Date
Msg-id 9504.1331139105@sss.pgh.pa.us
Whole thread Raw
In response to Fixing the loss of 'template1'  (Martin Gregorie <martin@gregorie.org>)
List pgsql-general
Martin Gregorie <martin@gregorie.org> writes:
> On Wed, 2012-03-07 at 10:50 -0500, Tom Lane wrote:
>> Oh, time for a new theory then.  What's the *exact* error message you
>> were getting from pg_dump?  Do you get the same from a manual attempt to
>> connect to template1?

> Yes:

> # psql -d template1 -U postgres
> psql: FATAL:  Peer authentication failed for user "postgres"

Oh, well, that hasn't got anything to do with the database permissions,
nor template1 for that matter.  That says you're trying to log in as
postgres and the OS reports that you're not postgres.  You either need
to su to postgres or change your authentication method.

            regards, tom lane

pgsql-general by date:

Previous
From:
Date:
Subject: Re: ERROR: could not find tuple for trigger 37463634
Next
From: Nicolas Grilly
Date:
Subject: Re: Full text search ranking: ordering using index and proximiti ranking with OR queries