Received: from localhost (unknown [200.46.204.183]) by developer.postgresql.org (Postfix) with ESMTP id 3D7762E0055 for ; Wed, 7 May 2008 15:01:22 -0300 (ADT) Received: from developer.postgresql.org ([200.46.204.71]) by localhost (mx1.hub.org [200.46.204.183]) (amavisd-maia, port 10024) with ESMTP id 21250-10 for ; Wed, 7 May 2008 15:01:12 -0300 (ADT) X-Greylist: domain auto-whitelisted by SQLgrey-1.7.6 Received: from wa-out-1112.google.com (wa-out-1112.google.com [209.85.146.176]) by developer.postgresql.org (Postfix) with ESMTP id 9FEF72E0054 for ; Wed, 7 May 2008 15:01:13 -0300 (ADT) Received: by wa-out-1112.google.com with SMTP id n4so585058wag.5 for ; Wed, 07 May 2008 11:01:12 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; bh=tk6Po6EKiN1ghrNKHC6IYZy9WfQMkmjJ8mIneg4hxgQ=; b=EUMWOKBebqi+xRbBeP4h6Hw0tpIH6bmQ5RhNXFDGrz0FKtFrE48TAeG70O2hUme4LCUj1W/5xukjVZ9lDMJ9Jl5Df9Q6RdbVuZds0xpZcLv84ruXMZn9LSEwnDcuuj5gYsE/ZvfRge96eMq0GcqJref2c9hL+70GxPsnQ6IQCq4= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=TvYFk/oPO54Nc8fvGdDEvBHByT5a6lZX+fxtfnWTGpnPEEtzOZ+CXAWIxio5NA0wO8Xj7uzVF2cnWOIQ/plYPYJam5t+/qVVIbqNmaWoT9AtT/RiyqsNoJnZXUmtQfO5weCHWXlYxcepPQNa3T0n+aolqkUF1mQw1dJ2a2dA6hI= Received: by 10.114.75.1 with SMTP id x1mr2209361waa.150.1210183272419; Wed, 07 May 2008 11:01:12 -0700 (PDT) Received: by 10.114.137.7 with HTTP; Wed, 7 May 2008 11:01:12 -0700 (PDT) Message-ID: Date: Wed, 7 May 2008 12:01:12 -0600 From: "Scott Marlowe" To: "Bruce Momjian" Subject: Re: order of entries in admin docs Cc: "Tom Lane" , pgsql-docs@postgresql.org In-Reply-To: <200805071639.m47GdF625363@momjian.us> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <200805071639.m47GdF625363@momjian.us> X-Virus-Scanned: Maia Mailguard 1.0.1 X-Archive-Number: 200805/5 X-Sequence-Number: 4891 On Wed, May 7, 2008 at 10:39 AM, Bruce Momjian wrote: > Scott Marlowe wrote: > > The more I read the docs, the more moving client authentication seems > > to make sense. In fact, the authentication problems section is > > probably the perfect final bit to the Connections and Authentication > > section. I'd move it up a level, so that it looked something like > > this: > > > > 18.3. Connections and Authentication > > > > 18.3.1. Connection Settings > > 18.3.2. Security and Authentication > > 18.3.3. The pg_hba.conf file > > 18.3.4. Authentication methods > > 18.3.5. Authentication problems > > > > Unless a different level of indentation makes more sense, which I > > could totally understand. > > > > It definitely follows the flow of setting up a pg server better for > > me. I might even move the pg_hba.conf file to 18.3.1 up there. It is > > pretty much a firewall. > > I don't think this change makes sense --- All the "Connection Settings" > stuff is in postgresql.conf. Pulling authentication in there will be too > complex, I am afraid. Well, if you say so. It seems like a natural part of it to me, but the modifications required to move things like that are pretty big, and I really don't feel comfortable enough in sgml to get it right. The other move still makes more sense to me than the way it was originally though.