Re: Pls. help me to clarify my doubts.

From: <mallah(at)trade-india(dot)com>
To: <arumugam_ask(at)sifycorp(dot)com>
Cc: <pgsql-admin(at)postgresql(dot)org>
Subject: Re: Pls. help me to clarify my doubts.
Date: 2003-07-06 06:15:25
Message-ID: 1069.219.65.226.136.1057472125.squirrel@mail.trade-india.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-admin

> hi,
>
> Sir, i follow your procedure of Postgres installation (version 7.1.3)
> on linux 2.4.7-10.
>
> I want to know how to enable syslog and mention the log information
> will store in /var/postgreslog directory path..

not sure abt 7.1.3 , but in 7.3.3 u can do the following.

In postgresql.conf file

#
# Syslog
#
syslog = 2 # range 0-2
syslog_facility = 'LOCAL0'
syslog_ident = 'postgres'

in /etc/syslog.conf file
local0.* /var/postgreslog

note that this will put *all* the messages from all applications
using local0 facility to /var/postgreslog

regds
mallah.

>
> Then, give me the complete information & steps for installtion of
> postgres 7.1.3 and enable logs.
>
> I need this logs will contains the all errors will stores. This logs
> just like a alertlog in oracle.
>
> Kindly, give me this details as soonly,
>
> Regards,
> arumugam.

-----------------------------------------
Get your free web based email at trade-india.com.
"India's Leading B2B eMarketplace.!"
http://www.trade-india.com/

In response to

Responses

Browse pgsql-admin by date

  From Date Subject
Next Message Gaetano Mendola 2003-07-06 09:44:46 Re: Pls. help me to clarify my doubts.
Previous Message Mendola Gaetano 2003-07-06 02:30:46 Re: Renaming a DB