Re: Hung postmaster (8.3.9) - Mailing list pgsql-general

From Tom Lane
Subject Re: Hung postmaster (8.3.9)
Date
Msg-id 28647.1267491529@sss.pgh.pa.us
Whole thread Raw
In response to Re: Hung postmaster (8.3.9)  ("Ed L." <pgsql@bluepolka.net>)
Responses [SOLVED] Re: Hung postmaster (8.3.9)
List pgsql-general
"Ed L." <pgsql@bluepolka.net> writes:
> Killed the stuck postmaster with sigkill, edited the file,
> restarted postmaster, and it re-wrote the file with the bogus
> entry.  I don't have any superuser sessions open.  Is there
> another route?

What you're going to need to do is stop the postmaster, start
a standalone backend (see the "postgres" man page entry if you
never did that before) and issue the ALTER USER in the standalone
backend.  Then you can restart normal operations.

            regards, tom lane

pgsql-general by date:

Previous
From: Tom Lane
Date:
Subject: Re: Hung postmaster (8.3.9)
Next
From: "Ed L."
Date:
Subject: [SOLVED] Re: Hung postmaster (8.3.9)