Re: [GENERAL] Is there a server log????

From: rmcm(at)compsoft(dot)com(dot)au
To: Jeremy Hansen <jeremy(at)xxedgexx(dot)com>
Cc: pgsql-general(at)postgreSQL(dot)org
Subject: Re: [GENERAL] Is there a server log????
Date: 1998-09-27 01:36:30
Message-ID: 13837.38558.523226.740546@truffaut.int.compsoft.com.au
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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 -p local1.notice &"
------------------------------------------------------------
Rex McMaster rmcm(at)compsoft(dot)com(dot)au
rex(at)mcmaster(dot)wattle(dot)id(dot)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
>

--

In response to

Browse pgsql-general by date

  From Date Subject
Next Message Howie 1998-09-27 07:14:29 RE: [GENERAL] slow queries
Previous Message Oliver Elphick 1998-09-26 21:11:07 Re: [GENERAL] Is there a server log????