Re: Tom, I've got an emergency - please help me

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: "Henrik Steffen" <steffen(at)city-map(dot)de>
Cc: "pg" <pgsql-general(at)postgresql(dot)org>
Subject: Re: Tom, I've got an emergency - please help me
Date: 2002-07-15 18:00:07
Message-ID: 21762.1026756007@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

"Henrik Steffen" <steffen(at)city-map(dot)de> writes:
> How can I start postgres in stand-alone mode with "-o -P" as you wrote
> and then do a pg_dump ? Or did I get you wrong?

No, pg_dump won't talk to a standalone backend. I was wondering if it
would work to start the normal postmaster with -P option (which has to
be passed through to the backend, thus -o) and then dump. Worth a
try...

regards, tom lane

In response to

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Henrik Steffen 2002-07-15 18:14:14 Re: Tom, I've got an emergency - please help me
Previous Message Henrik Steffen 2002-07-15 17:55:59 Re: Tom, I've got an emergency - please help me