Re: [WAS] postmaster fatal error LC_TIME:fr when launching

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: jean Bousquet <cogilog(at)cogilog(dot)com>
Cc: pgsql-novice(at)postgresql(dot)org
Subject: Re: [WAS] postmaster fatal error LC_TIME:fr when launching
Date: 2003-06-20 00:49:03
Message-ID: 14236.1056070143@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-novice

jean Bousquet <cogilog(at)cogilog(dot)com> writes:
> I did not get any prompt.

You won't --- the postmaster doesn't issue prompts and is not expecting
to read anything from stdin. It's supposed to run in the background.
The most primitive way to launch it is
postmaster ... >somelogfile 2>&1 &
but most people use pg_ctl or a boot-time script to start it.

regards, tom lane

In response to

Browse pgsql-novice by date

  From Date Subject
Next Message Smitha V. Babu 2003-06-20 08:24:44 Help regarding INSERT INTO statement
Previous Message jean Bousquet 2003-06-20 00:04:39 [WAS] postmaster fatal error LC_TIME:fr when launching