Received: from localhost (maia-2.hub.org [200.46.204.187]) by postgresql.org (Postfix) with ESMTP id 42CEE9FB294 for ; Sun, 13 May 2007 17:56:05 -0300 (ADT) Received: from postgresql.org ([200.46.204.71]) by localhost (mx1.hub.org [200.46.204.187]) (amavisd-maia, port 10024) with ESMTP id 74250-08 for ; Sun, 13 May 2007 17:55:58 -0300 (ADT) X-Greylist: from auto-whitelisted by SQLgrey-1.7.5 Received: from noel.decibel.org (noel.decibel.org [67.100.216.10]) by postgresql.org (Postfix) with ESMTP id 751389FB28A for ; Sun, 13 May 2007 17:56:01 -0300 (ADT) Received: from [192.168.42.85] (unknown [192.168.42.85]) (using TLSv1 with cipher AES128-SHA (128/128 bits)) (No client certificate requested) by noel.decibel.org (Postfix) with ESMTP id E13DE56441; Sun, 13 May 2007 15:55:56 -0500 (CDT) In-Reply-To: <9D7639D9-EAE4-47A5-8FDD-76E1EC29A342@decibel.org> References: <200705061644.l46Giof10226@momjian.us> <9D7639D9-EAE4-47A5-8FDD-76E1EC29A342@decibel.org> Mime-Version: 1.0 (Apple Message framework v752.3) Content-Type: multipart/mixed; boundary=Apple-Mail-1-1066575338 Message-Id: <827EEEAA-A2B0-4AE4-9D51-96524E05CFC1@decibel.org> Cc: Bruce Momjian , pgsql-docs@postgresql.org From: Jim Nasby Subject: Re: Documentation of pg_badkend_pid and stats functions Date: Sun, 13 May 2007 15:55:54 -0500 To: Jim Nasby X-Mailer: Apple Mail (2.752.3) X-Virus-Scanned: Maia Mailguard 1.0.1 X-Archive-Number: 200705/9 X-Sequence-Number: 4238 --Apple-Mail-1-1066575338 Content-Transfer-Encoding: 7bit Content-Type: text/plain; charset=US-ASCII; delsp=yes; format=flowed On May 7, 2007, at 11:03 AM, Jim Nasby wrote: > On May 6, 2007, at 11:44 AM, Bruce Momjian wrote: >> Jim Nasby wrote: >>> On Apr 12, 2007, at 7:54 AM, Jim Nasby wrote: >>>> Two questions: Why is pg_backend_pid documented with the stats >>>> functions (9.19 System Information Functions) seems more logical. >>>> >>>> Also, I can see mentioning the stats functions in the monitoring >>>> section, but shouldn't they actually be documented in with the rest >>>> of the functions? >>> >>> No comments? Does that mean if I write up a patch it'll be accepted? >> >> Yea, I was wondering about that. I think the best idea would be to >> reference the backend functions from the main functions page, rather >> than move them. > > Well, pg_backend_pid makes no sense being in with the stats > functions, so I'll move it. I'll just include references to the > other stuff. Turns out it didn't really make much more sense to move pg_backend_pid either, so I went with Bruce's original idea. --Apple-Mail-1-1066575338 Content-Transfer-Encoding: 7bit Content-Type: application/octet-stream; x-unix-mode=0640; name=monfunc.patch Content-Disposition: attachment; filename=monfunc.patch Index: doc/src/sgml/func.sgml =================================================================== RCS file: /projects/cvsroot/pgsql/doc/src/sgml/func.sgml,v retrieving revision 1.379 diff -c -r1.379 func.sgml *** doc/src/sgml/func.sgml 7 May 2007 07:53:26 -0000 1.379 --- doc/src/sgml/func.sgml 13 May 2007 20:52:02 -0000 *************** *** 10196,10201 **** --- 10196,10208 ---- System Information Functions + In addition to the functions listed in this section, there are a number of + functions related to the statistics system that also provide system + information. See for more + information. + + + shows several functions that extract session and system information. --Apple-Mail-1-1066575338 Content-Transfer-Encoding: 7bit Content-Type: text/plain; charset=US-ASCII; format=flowed -- Jim Nasby jim@nasby.net EnterpriseDB http://enterprisedb.com 512.569.9461 (cell) --Apple-Mail-1-1066575338--