Re: PostgreSQL - Debian - Processes: postgres: writer process, etc. - Mailing list pgsql-novice

From Windybell
Subject Re: PostgreSQL - Debian - Processes: postgres: writer process, etc.
Date
Msg-id 1328095715228-5447236.post@n5.nabble.com
Whole thread Raw
In response to Re: PostgreSQL - Debian - Processes: postgres: writer process, etc.  (Windybell <lmhelp1@orange.fr>)
List pgsql-novice
Still investigating...

--------------------------------------------------------
About the "postgres: autovacuum launcher process"
--------------------------------------------------------
The "postgres: autovacuum launcher process" daemon is running because the
cluster "autovacuum" parameter default value is "on".
Documentation:
http://www.postgresql.org/docs/8.4/static/routine-vacuuming.html
http://www.postgresql.org/docs/8.4/static/runtime-config-autovacuum.html
(If you set this parameter to "false" and restart the server, the daemon
isn't launched anymore).

BR.

--
View this message in context:
http://postgresql.1045698.n5.nabble.com/PostgreSQL-Debian-Processes-postgres-writer-process-etc-tp5441003p5447236.html
Sent from the PostgreSQL - novice mailing list archive at Nabble.com.

pgsql-novice by date:

Previous
From: Windybell
Date:
Subject: Re: PostgreSQL - Debian - Processes: postgres: writer process, etc.
Next
From: Ascarabina
Date:
Subject: Should i use Limit & Offset in Sql or cursors to handle large data