Received: from localhost (unknown [200.46.208.211]) by mail.postgresql.org (Postfix) with ESMTP id EFEB1634029 for ; Mon, 6 Apr 2009 16:03:29 -0300 (ADT) Received: from mail.postgresql.org ([200.46.204.86]) by localhost (mx1.hub.org [200.46.208.211]) (amavisd-maia, port 10024) with ESMTP id 36238-03 for ; Mon, 6 Apr 2009 16:03:23 -0300 (ADT) X-Greylist: from auto-whitelisted by SQLgrey-1.7.6 Received: from momjian.us (momjian.us [70.90.9.53]) by mail.postgresql.org (Postfix) with ESMTP id 5C2A6633EC8 for ; Mon, 6 Apr 2009 15:57:52 -0300 (ADT) Received: (from bruce@localhost) by momjian.us (8.11.6/8.11.6) id n36Ivrb23064 for pgsql-docs@postgresql.org; Mon, 6 Apr 2009 14:57:53 -0400 (EDT) From: Bruce Momjian Message-Id: <200904061857.n36Ivrb23064@momjian.us> Subject: Update postgresql.conf units display To: PostgreSQL-documentation Date: Mon, 6 Apr 2009 14:57:53 -0400 (EDT) X-Mailer: ELM [version 2.4ME+ PL124 (25)] MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="ELM1239044273-22280-1_" Content-Transfer-Encoding: 7bit X-Virus-Scanned: Maia Mailguard 1.0.1 X-Spam-Status: No, hits=0.057 tagged_above=0 required=5 tests=AWL=0.057 X-Spam-Level: X-Archive-Number: 200904/8 X-Sequence-Number: 5096 --ELM1239044273-22280-1_ Content-Transfer-Encoding: 7bit Content-Type: text/plain; charset="US-ASCII" I have applied the attached patch to display the units options in postgresql.conf more clearly. -- Bruce Momjian http://momjian.us EnterpriseDB http://enterprisedb.com + If your life is a hard drive, Christ can be your backup. + --ELM1239044273-22280-1_ Content-Transfer-Encoding: 7bit Content-Type: text/x-diff Content-Disposition: inline; filename="/rtmp/diff" Index: postgresql.conf.sample =================================================================== RCS file: /cvsroot/pgsql/src/backend/utils/misc/postgresql.conf.sample,v retrieving revision 1.254 retrieving revision 1.255 diff -c -c -r1.254 -r1.255 *** postgresql.conf.sample 28 Feb 2009 00:10:52 -0000 1.254 --- postgresql.conf.sample 6 Apr 2009 18:40:47 -0000 1.255 *************** *** 24,31 **** # "postgres -c log_connections=on". Some parameters can be changed at run time # with the "SET" SQL command. # ! # Memory units: kB = kilobytes MB = megabytes GB = gigabytes ! # Time units: ms = milliseconds s = seconds min = minutes h = hours d = days #------------------------------------------------------------------------------ --- 24,34 ---- # "postgres -c log_connections=on". Some parameters can be changed at run time # with the "SET" SQL command. # ! # Memory units: kB = kilobytes Time units: ms = milliseconds ! # MB = megabytes s = seconds ! # GB = gigabytes min = minutes ! # h = hours ! # d = days #------------------------------------------------------------------------------ --ELM1239044273-22280-1_--