Received: from localhost (unknown [200.46.204.184]) by postgresql.org (Postfix) with ESMTP id DB12D2E02A1 for ; Tue, 11 Mar 2008 14:38:44 -0300 (ADT) Received: from postgresql.org ([200.46.204.71]) by localhost (mx1.hub.org [200.46.204.184]) (amavisd-maia, port 10024) with ESMTP id 64162-01-2 for ; Tue, 11 Mar 2008 14:38:20 -0300 (ADT) X-Greylist: from auto-whitelisted by SQLgrey-1.7.5 Received: from sss.pgh.pa.us (sss.pgh.pa.us [66.207.139.130]) by postgresql.org (Postfix) with ESMTP id E346C2E3131 for ; Tue, 11 Mar 2008 14:37:04 -0300 (ADT) Received: from sss2.sss.pgh.pa.us (tgl@localhost [127.0.0.1]) by sss.pgh.pa.us (8.14.2/8.14.2) with ESMTP id m2BHaxtM027874; Tue, 11 Mar 2008 13:36:59 -0400 (EDT) To: "Scott Marlowe" cc: pgsql-docs@postgresql.org Subject: Re: order of entries in admin docs In-reply-to: References: Comments: In-reply-to "Scott Marlowe" message dated "Tue, 11 Mar 2008 10:10:38 -0700" Date: Tue, 11 Mar 2008 13:36:59 -0400 Message-ID: <27873.1205257019@sss.pgh.pa.us> From: Tom Lane X-Virus-Scanned: Maia Mailguard 1.0.1 X-Archive-Number: 200803/38 X-Sequence-Number: 4850 "Scott Marlowe" writes: > I was just looking for something in the admin docs, and it seems like > the ordering of sections is sub-optimal. > 17. Operating System Environment > 18. Server Configuration > 19. Database Roles and Privileges > 20. Managing Databases > 21. Client Authentication > Seems that Client Authentication should come right after Server > Configuration. After all, how is someone going to handle roles and > database creation before they've authenticated? Well, until you know what a role is, the client auth discussion might not make too much sense to you... I'm not wedded to the current ordering but I'm not sure it's silly either. Something else that ought to be considered here is that now that we have CONNECT privilege for databases, manipulating privileges is a lot saner way to control who-can-connect-where than setting up fancy combinations of user and database entries in pg_hba.conf. AFAIR there is no mention of this alternative in Chapter 21, but it seems like there ought to be. With your proposed reorganization, that would become a forward reference; is that OK? regards, tom lane