X-Original-To: pgsql-docs-postgresql.org@localhost.postgresql.org Received: from localhost (unknown [64.117.224.130]) by svr1.postgresql.org (Postfix) with ESMTP id E3AAFD1BAFA for ; Sun, 31 Aug 2003 18:10:32 +0000 (GMT) Received: from svr1.postgresql.org ([64.117.224.193]) by localhost (neptune.hub.org [64.117.224.130]) (amavisd-new, port 10024) with ESMTP id 51749-03 for ; Sun, 31 Aug 2003 15:10:02 -0300 (ADT) Received: from mail.gmx.net (mail.gmx.net [213.165.64.20]) by svr1.postgresql.org (Postfix) with SMTP id 48728D1BAB0 for ; Sun, 31 Aug 2003 06:55:29 -0300 (ADT) Received: (qmail 28545 invoked by uid 65534); 31 Aug 2003 09:55:15 -0000 Received: from dsl-082-082-161-218.arcor-ip.net (EHLO dsl-082-082-161-218.arcor-ip.net) (82.82.161.218) by mail.gmx.net (mp006) with SMTP; 31 Aug 2003 11:55:15 +0200 Date: Sun, 31 Aug 2003 11:55:14 +0200 (CEST) From: Peter Eisentraut X-X-Sender: peter@peter.localdomain To: Tom Lane Cc: Bruce Momjian , Dan Langille , PostgreSQL-documentation Subject: Re: [HACKERS] What goes into the security doc? In-Reply-To: <2160.1062280259@sss.pgh.pa.us> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII X-Virus-Scanned: by amavisd-new at postgresql.org X-Archive-Number: 200308/96 X-Sequence-Number: 1956 Tom Lane writes: > As I think Peter is trying to point out, you could almost get the same > result just by having a fat index entry under "security", but I think > people are more likely to notice a chapter or section in the Admin Guide > with such a title. Also, once we have such a chapter, we might find it > reads more naturally to move some of the existing discussions into it, > leaving only a cross-reference where the material is now. These are the topics that Dan has identified so far: file security database users and privileges client authentication libpq password files external libraries It makes no sense to put all these topics into one chapter, because they have nothing in common (except "security"): they apply in different stages of PostgreSQL use, they are managed by different programs and environments, and they affect different people.