X-Original-To: pgsql-docs-postgresql.org@localhost.postgresql.org Received: from localhost (unknown [200.46.204.144]) by svr1.postgresql.org (Postfix) with ESMTP id E1A52329C89 for ; Mon, 20 Sep 2004 04:09:32 +0100 (BST) Received: from svr1.postgresql.org ([200.46.204.71]) by localhost (av.hub.org [200.46.204.144]) (amavisd-new, port 10024) with ESMTP id 64119-05 for ; Mon, 20 Sep 2004 03:09:28 +0000 (GMT) Received: from davinci.ethosmedia.com (server226.ethosmedia.com [209.128.84.226]) by svr1.postgresql.org (Postfix) with ESMTP id 63C8E329C6B for ; Mon, 20 Sep 2004 04:09:27 +0100 (BST) Received: from [63.195.55.98] (account josh@agliodbs.com HELO spooky) by davinci.ethosmedia.com (CommuniGate Pro SMTP 4.1.8) with ESMTP id 6379398 for pgsql-docs@postgresql.org; Sun, 19 Sep 2004 20:10:46 -0700 From: Josh Berkus Organization: Aglio Database Solutions To: pgsql-docs@postgresql.org Subject: Docbook tags for formatting? Date: Sun, 19 Sep 2004 20:09:04 -0700 User-Agent: KMail/1.6.2 MIME-Version: 1.0 Content-Disposition: inline Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Message-Id: <200409192009.04432.josh@agliodbs.com> X-Virus-Scanned: by amavisd-new at hub.org X-Spam-Status: No, hits=0.0 tagged_above=0.0 required=5.0 tests= X-Spam-Level: X-Archive-Number: 200409/32 X-Sequence-Number: 2551 Peter, I'd like to re-arrange the GUC parameter entries like this for readability (at the request of several users who find the page hard to read). ================================= listen_addresses (string) Default: localhost Set at: server start Specifies the TCP/IP address(es) on which the server is to listen for connections from client applications. The value takes the form of a comma-separated list of host names and/or numeric IP addresses. The special entry * corresponds to all available IP interfaces. If the list is empty, the server does not listen on any IP interface at all, in which case only Unix-domain sockets can be used to connect to it. The default value allows only local "loopback" connections to be made. ================================= but I'm unsure what tags to use to set off the Default: and Set At: lines. Suggestions? I'm also noticing that only a relative handful of settings have "index terms". Is there a reason for this? It seems kind of random. -- Josh Berkus Aglio Database Solutions San Francisco