Re: [WAS] postmaster fatal error LC_TIME:fr when launching - Mailing list pgsql-novice

From Tom Lane
Subject Re: [WAS] postmaster fatal error LC_TIME:fr when launching
Date
Msg-id 14236.1056070143@sss.pgh.pa.us
Whole thread Raw
In response to [WAS] postmaster fatal error LC_TIME:fr when launching  (jean Bousquet <cogilog@cogilog.com>)
List pgsql-novice
jean Bousquet <cogilog@cogilog.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

pgsql-novice by date:

Previous
From: jean Bousquet
Date:
Subject: [WAS] postmaster fatal error LC_TIME:fr when launching
Next
From: "Smitha V. Babu"
Date:
Subject: Help regarding INSERT INTO statement