Re: Is my database done for?

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: Mark Nelson <mcn(at)cc(dot)usu(dot)edu>
Cc: pgsql-novice <pgsql-novice(at)postgresql(dot)org>
Subject: Re: Is my database done for?
Date: 2002-08-16 14:11:46
Message-ID: 7386.1029507106@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-novice

Mark Nelson <mcn(at)cc(dot)usu(dot)edu> writes:
> DEBUG: database system is in production state

Looks to me like you're up and running --- although that bit about
pre-existing shared memory block worries me. Are you *certain* there is
no postmaster already running? I'd try "ps auxww | grep postmaster" (or
"ps -ef" depending on your Unix flavor) and look for older processes.
It's not at all impossible that your machine is already configured to
start Postgres at bootup.

> I have not been returned to a prompt of any kind

You didn't put the postmaster in background. You may care to reread
the Admin Guide concerning standard procedures for starting the
postmaster...

regards, tom lane

In response to

Browse pgsql-novice by date

  From Date Subject
Next Message John Taylor 2002-08-16 15:20:40 COPY FROM with a serial not null column
Previous Message Mark Nelson 2002-08-16 13:52:10 Is my database done for?