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

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

Tom Lane wrote:
> "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...

Yes use -o -P on normal postmaster start, not stand-alone postgres
backend.

--
Bruce Momjian | http://candle.pha.pa.us
pgman(at)candle(dot)pha(dot)pa(dot)us | (610) 853-3000
+ If your life is a hard drive, | 830 Blythe Avenue
+ Christ can be your backup. | Drexel Hill, Pennsylvania 19026

In response to

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Jeff Lu 2002-07-15 18:47:32 Getting postmaster: StreamConnection: accept: The connection was aborted
Previous Message Henrik Steffen 2002-07-15 18:14:14 Re: Tom, I've got an emergency - please help me