From owner-freebsd-performance@FreeBSD.ORG Wed Mar 14 19:49:40 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 AF54F16A403 for ; Wed, 14 Mar 2007 19:49:40 +0000 (UTC) (envelope-from kris@obsecurity.org) Received: from elvis.mu.org (elvis.mu.org [192.203.228.196]) by mx1.freebsd.org (Postfix) with ESMTP id 96BDD13C4B8 for ; Wed, 14 Mar 2007 19:49:40 +0000 (UTC) (envelope-from kris@obsecurity.org) Received: from obsecurity.dyndns.org (elvis.mu.org [192.203.228.196]) by elvis.mu.org (Postfix) with ESMTP id 7B73F1A3C1A; Wed, 14 Mar 2007 12:49:40 -0700 (PDT) Received: by obsecurity.dyndns.org (Postfix, from userid 1000) id B3ECF5130A; Wed, 14 Mar 2007 15:49:39 -0400 (EDT) Date: Wed, 14 Mar 2007 15:49:39 -0400 From: Kris Kennaway To: Edwin Mons Message-ID: <20070314194939.GA50981@xor.obsecurity.org> References: <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> <45F841EB.9000105@edwinm.ik.nu> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <45F841EB.9000105@edwinm.ik.nu> User-Agent: Mutt/1.4.2.2i Cc: Angelo , 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 19:49:40 -0000 On Wed, Mar 14, 2007 at 07:41:47PM +0100, Edwin Mons wrote: > 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 Yeah, I meant 8.2, sorry for the confusion. Kris