"Sunit Bhatia" <sunit_bhatia(at)hotmail(dot)com> writes:
> Let me make some corrections to my previous mail.
> I start the PostgreSQL Server as 'root' like this:
>
> su - pgsql -c "$DB_ROOT/bin/postmaster -B 50 -N 25 -D$DB_ROOT/data -i" >>
> $LOGFILE 2>&1 &
>
>
> So I'm staring it in the background and I'm redirecting the stdout
> and stderr away from the terminal. Still I don't understand why it
> receives Fast Shutdown Request or (SIGINT signal).
You might need to also run it with 'nohup'.
-Doug
--
Let us cross over the river, and rest under the shade of the trees.
--T. J. Jackson, 1863