a "postgres.log"

From: Chris Gamache <cgg007(at)yahoo(dot)com>
To: pgsql-general(at)postgresql(dot)org
Cc: darren(at)crystalballinc(dot)com
Subject: a "postgres.log"
Date: 2002-06-26 18:15:33
Message-ID: 20020626181533.7665.qmail@web13802.mail.yahoo.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

METHOD #1:

server:~# su postgres -c "/usr/local/bin/pg_ctl -o "-i"
-D /usr/local/pgsql/data -l /usr/local/pgsql/data/postgres.log start
1>/dev/null 2>&1"

METHOD #2:

server:~# su postgres -c "nohup /usr/local/pgsql/bin/pg_ctl -o "-i"
-D /usr/local/pgsql/data start $@ >/usr/local/pgsql/data/postgres.log 2>&1
</dev/null&"

What's the difference?

I can't seem to get postmaster to release the filehandle when I want to archive
the postgres.log when I use method #2... I've tried sending it a SIGHUP, but it
just won't give it up. Would method #1 give it up upon receiving a sighup, or
re-running the pg_ctl with "restart" instead of "start" ...

__________________________________________________
Do You Yahoo!?
Yahoo! - Official partner of 2002 FIFA World Cup
http://fifaworldcup.yahoo.com

Browse pgsql-general by date

  From Date Subject
Next Message Doug Fields 2002-06-26 18:20:41 Re: Shared Memory Sizing
Previous Message Bruce Momjian 2002-06-26 17:54:47 Re: Shared Memory Sizing