Re: postgres connects to server every 5 minutes

2004-01-06 Thread Alexander Wirz
Oliver Elphick <[EMAIL PROTECTED]> wrote: >> reason for this behaviour? > > pg_autovacuum (from postgresql-contrib) is started by > /etc/init.d/postgresql (if so configured by > /etc/postgresql/postmaster.conf). It is turned on by default. > > -- > Oliver Elphick[

Re: postgres connects to server every 5 minutes

2004-01-06 Thread Oliver Elphick
On Tue, 2004-01-06 at 18:16, outsider wrote: > Hi! > After an upgrade from postgres 7.3 to postgres 7.4 I see every 5 minutes > in the /var/syslog messages like > --- > connection: Host=[local] Port= > user=postgres > --- > postgres connects every 5 minutes to each database I have. What is the >

Re: postgres connects to server every 5 minutes

2004-01-06 Thread John M Flinchbaugh
On Tue, Jan 06, 2004 at 07:16:24PM +0100, outsider wrote: > After an upgrade from postgres 7.3 to postgres 7.4 I see every 5 minutes > in the /var/syslog messages like > --- > connection: Host=[local] Port= > user=postgres > --- > postgres connects every 5 minutes to each database I have. What is

postgres connects to server every 5 minutes

2004-01-06 Thread outsider
Hi! After an upgrade from postgres 7.3 to postgres 7.4 I see every 5 minutes in the /var/syslog messages like --- connection: Host=[local] Port= user=postgres --- postgres connects every 5 minutes to each database I have. What is the reason for this behaviour? I'm using Debian SID. Thank you in a