Received: from localhost (unknown [200.46.204.184]) by postgresql.org (Postfix) with ESMTP id 99A732E01A4 for ; Tue, 11 Mar 2008 14:11:07 -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 52135-03-2 for ; Tue, 11 Mar 2008 14:10:48 -0300 (ADT) X-Greylist: domain auto-whitelisted by SQLgrey-1.7.5 Received: from el-out-1112.google.com (el-out-1112.google.com [209.85.162.183]) by postgresql.org (Postfix) with ESMTP id 044552E01A6 for ; Tue, 11 Mar 2008 14:10:40 -0300 (ADT) Received: by el-out-1112.google.com with SMTP id z25so1499581ele.0 for ; Tue, 11 Mar 2008 10:10:39 -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:mime-version:content-type:content-transfer-encoding:content-disposition; bh=oWcs8qNQkIPc/gaEC7cvRP0HOIvkCjYP8+HB/cQEMf4=; b=rOPKwUWkXyEUT4Rv5VWA11q58eQdq9B/tJkPSmdUsW10Qt0aXZT0X340XqJ7eRKY7kYJ2cDo+t/K85srvSAc5oFaDNMnfTmrow1mMMU9Tl5weGKIjJjlpih30g0oDEUPSughzkPSUwgef0BDEK8f/xl3vDcN+BpZksKtzFcvFwU= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:to:subject:mime-version:content-type:content-transfer-encoding:content-disposition; b=K9xDn//liD0E+FpcfnnqBDYSEHetnopw6mXxipm2Y3zBx3DvcUt4GGee4dmOSi4Eqo6YlxcoNMlyRyKgi+LFU302Z47TESk9Vybj7MPc+mbbe+4EG1A2/44TpdSkEMOkCEmMzhrtGOQjIp8uM5WTJXIpRh44doWjL0rEbBSM/Ug= Received: by 10.114.150.1 with SMTP id x1mr5111321wad.109.1205255438426; Tue, 11 Mar 2008 10:10:38 -0700 (PDT) Received: by 10.114.133.6 with HTTP; Tue, 11 Mar 2008 10:10:38 -0700 (PDT) Message-ID: Date: Tue, 11 Mar 2008 10:10:38 -0700 From: "Scott Marlowe" To: pgsql-docs@postgresql.org Subject: order of entries in admin docs MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline X-Virus-Scanned: Maia Mailguard 1.0.1 X-Archive-Number: 200803/36 X-Sequence-Number: 4848 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? Is there some reason for the order that I'm missing? Is it an easy change? I'd be happy to try and make a patch for something like that if there's a chance of it getting through / my figuring out how to do it in the docs.