Re: [GENERAL] Is there a server log???? - Mailing list pgsql-general

From rmcm@compsoft.com.au
Subject Re: [GENERAL] Is there a server log????
Date
Msg-id 13837.38558.523226.740546@truffaut.int.compsoft.com.au
Whole thread Raw
In response to Is there a server log????  (Jeremy Hansen <jeremy@xxedgexx.com>)
List pgsql-general
You can start postmaster with stdout/stderr directed to syslogd;

su postgres -c '/bin/sh -c "/usr/local/pgsql/bin/postmaster -D/usr/local/pgsql/data -o-e 2>&1 | logger -t postgres -i
-plocal1.notice &" 
------------------------------------------------------------
Rex McMaster                            rmcm@compsoft.com.au
                                   rex@mcmaster.wattle.id.au
     PGP Public key: http://www.compsoft.com.au/~rmcm/pgp-pk

Jeremy Hansen writes:
 >
 > Is there a server log for postgres?  Something that records errors,
 > or some type of debugging information.  I'm trying to debug a simple
 > modify in perl that's not working and it's driving me crazy because
 > I see no error output.
 >
 > Thanks
 > -jeremy
 >

--

pgsql-general by date:

Previous
From: "Oliver Elphick"
Date:
Subject: Re: [GENERAL] Is there a server log????
Next
From: Howie
Date:
Subject: RE: [GENERAL] slow queries