From owner-freebsd-performance@FreeBSD.ORG Wed Mar 14 18:41:47 2007 Return-Path: X-Original-To: freebsd-performance@freebsd.org Delivered-To: freebsd-performance@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id A700716A400 for ; Wed, 14 Mar 2007 18:41:47 +0000 (UTC) (envelope-from freebsd@edwinm.ik.nu) Received: from mag.ik.nu (mag.ik.nu [81.17.40.97]) by mx1.freebsd.org (Postfix) with ESMTP id 64A4B13C45A for ; Wed, 14 Mar 2007 18:41:47 +0000 (UTC) (envelope-from freebsd@edwinm.ik.nu) Received: from localhost (localhost [127.0.0.1]) by mag.ik.nu (Postfix) with ESMTP id A6FD4A1030; Wed, 14 Mar 2007 19:41:46 +0100 (CET) X-Virus-Scanned: amavisd-new at ik.nu Received: from mag.ik.nu ([127.0.0.1]) by localhost (mag.ik.nu [127.0.0.1]) (amavisd-new, port 10024) with SMTP id b2OTdRn2CSiJ; Wed, 14 Mar 2007 19:41:43 +0100 (CET) Received: from [172.16.1.19] (s5591501b.adsl.wanadoo.nl [85.145.80.27]) by mag.ik.nu (Postfix) with ESMTP id 82629A1021; Wed, 14 Mar 2007 19:41:43 +0100 (CET) Message-ID: <45F841EB.9000105@edwinm.ik.nu> Date: Wed, 14 Mar 2007 19:41:47 +0100 From: Edwin Mons User-Agent: Thunderbird 1.5.0.10 (X11/20070307) MIME-Version: 1.0 To: Angelo References: <20070313154729.1ec6abb7@DELOREAN.manuelmartini.it> <20070313195756.GA11679@xor.obsecurity.org> <20070313211908.59de6504@DELOREAN.manuelmartini.it> <20070313214559.GB13079@xor.obsecurity.org> <330A1347-2309-417E-83B5-5B2CE005B9C8@solfertje.student.utwente.nl> <20070314005546.GA15742@xor.obsecurity.org> <45849703_-_@srv.sem.ipt.ru> <20070314071609.GA19728@xor.obsecurity.org> <200703141049.l2EAnPjc028880@lava.sentex.ca> <20070314162730.GB47727@xor.obsecurity.org> <6c1e076a0703141014n6505855dyf08ab1f755828bed@mail.gmail.com> In-Reply-To: <6c1e076a0703141014n6505855dyf08ab1f755828bed@mail.gmail.com> Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Cc: freebsd-performance@freebsd.org Subject: Re: postgresql benchmarking X-BeenThere: freebsd-performance@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Performance/tuning List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 14 Mar 2007 18:41:47 -0000 Angelo wrote: > Hi, > > Can somebody give more information about this update_process_titles > setting? > I suppose there is a mispell and Google is not really helping with 3 > results > in Polish! > > Thanks, > Angelo Read my previous post: it's called update_process_title, and according to Kris it was a compiletime-option until 8.1 or 8.2, when it became a configurational option in postgresql.conf. If you check the manual on the PostgreSQL page, you'll find the option there in the 8.2 version and up, but not before that one: http://www.postgresql.org/docs/8.2/interactive/runtime-config-statistics.html If you check the release notes of 8.2, you'll find it's officially listed as a new feature in 8.2: http://www.postgresql.org/docs/current/static/release-8-2.html Kind regards, Edwin Mons