Re: PGACCESS: error trying to connect...

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: Tim Boring <tboring(at)insight(dot)rr(dot)com>
Cc: pgsql-admin(at)postgresql(dot)org
Subject: Re: PGACCESS: error trying to connect...
Date: 2001-05-08 15:14:05
Message-ID: 29263.989334845@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-admin

Tim Boring <tboring(at)insight(dot)rr(dot)com> writes:
> So I shutdown the postmaster and tried restarting like this:
> postmaster -D -i /var/lib/pgsql/data > logfile 2>&1 &
> but it doesn't start the postmaster.

Try putting the switches in a saner order:
postmaster -i -D /var/lib/pgsql/data > logfile 2>&1 &

-D expects a parameter (database path) next.

regards, tom lane

In response to

Browse pgsql-admin by date

  From Date Subject
Next Message Oliver Elphick 2001-05-08 15:31:57 Re: PGACCESS: error trying to connect...
Previous Message Tim Boring 2001-05-08 14:09:08 PGACCESS: error trying to connect...