Received: from localhost (postgresql.org [64.49.215.8]) by postgresql.org (Postfix) with ESMTP id A32F14759E8; Sat, 31 Aug 2002 20:36:24 -0400 (EDT) Received: from sss.pgh.pa.us (unknown [192.204.191.242]) by postgresql.org (Postfix) with ESMTP id F09154758FB; Sat, 31 Aug 2002 20:36:23 -0400 (EDT) Received: from sss2.sss.pgh.pa.us (tgl@localhost [127.0.0.1]) by sss.pgh.pa.us (8.12.5/8.12.5) with ESMTP id g810aLZM014045; Sat, 31 Aug 2002 20:36:21 -0400 (EDT) To: Joe Conway Cc: PostgreSQL Patches , pgsql-docs@postgresql.org Subject: Re: [PATCHES] pg_settings doc patch In-reply-to: <3D715089.1050507@joeconway.com> References: <3D715089.1050507@joeconway.com> Comments: In-reply-to Joe Conway message dated "Sat, 31 Aug 2002 16:26:01 -0700" Date: Sat, 31 Aug 2002 20:36:20 -0400 Message-ID: <14044.1030840580@sss.pgh.pa.us> From: Tom Lane X-Virus-Scanned: by AMaViS new-20020517 X-Archive-Number: 200208/29 X-Sequence-Number: 1447 Joe Conway writes: > Here is a documentation patch for the pg_settings virtual table. If > there are no objections, please apply. pg_settings is not a system catalog, so I don't think it belongs in the system catalogs chapter. In fact it doesn't belong anywhere in the Developer's Guide, since it's a user-oriented view. I'm not sure where it *does* belong though :-(. Right at the moment we have no documentation of any of the predefined system views, except for the ones that fit into the "monitoring" chapter of the Admin Guide. I think maybe we ought to make a new chapter for system views ... but where to put it? User's Guide maybe? regards, tom lane