X-Original-To: pgsql-www-postgresql.org@postgresql.org Received: from localhost (wm.hub.org [200.46.204.128]) by postgresql.org (Postfix) with ESMTP id F35339FB1F3; Sun, 17 Sep 2006 10:14:56 -0300 (ADT) Received: from postgresql.org ([200.46.204.71]) by localhost (mx1.hub.org [200.46.204.128]) (amavisd-new, port 10024) with ESMTP id 73036-08; Sun, 17 Sep 2006 13:14:52 +0000 (UTC) X-Greylist: from auto-whitelisted by SQLgrey- X-Greylist: from auto-whitelisted by SQLgrey- Received: from mx-2.sollentuna.net (mx-2.sollentuna.net [195.84.163.199]) by postgresql.org (Postfix) with ESMTP id 53E0B9FB1EF; Sun, 17 Sep 2006 10:14:52 -0300 (ADT) Received: from ALGOL.sollentuna.se (janus.sollentuna.se [62.65.68.67]) by mx-2.sollentuna.net (Postfix) with ESMTP id 5FDF0F4061; Sun, 17 Sep 2006 15:14:49 +0200 (CEST) Content-class: urn:content-classes:message MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable X-MimeOLE: Produced By Microsoft Exchange V6.5 Subject: Re: [HACKERS] Developer's Wiki Date: Sun, 17 Sep 2006 15:14:58 +0200 Message-ID: <6BCB9D8A16AC4241919521715F4D8BCEA0FBB7@algol.sollentuna.se> In-Reply-To: <20060917100538.GA14893@svana.org> X-MS-Has-Attach: X-MS-TNEF-Correlator: Thread-Topic: [pgsql-www] [HACKERS] Developer's Wiki Thread-Index: AcbaQSUIFmkdM3zcT5isheZQRUC0agAGewjA From: "Magnus Hagander" To: "Martijn van Oosterhout" , "Tom Lane" Cc: "Joshua D. Drake" , "Gregory Stark" , "Josh Berkus" , , "Neil Conway" , "Dave Page" , X-Virus-Scanned: Maia Mailguard 1.0.1 X-Spam-Status: No, hits=0.134 tagged_above=0 required=5 tests=FORGED_RCVD_HELO, SPF_PASS X-Spam-Level: X-Archive-Number: 200609/137 X-Sequence-Number: 10715 > Two points I'm not clear about on this thread though: >=20 > 1. Authorized user: is that someone with an account, or=20 > someone who has been authorized by someone else? IIRC, the idea was "someone with an account". Basically you add a (very very small) hurdle so you only get the people who actually *care* to write things. But if you do care, it's not a lot of work. You also get traceability, so you can talk to whomever wrote a certain thing. I don't see any gain in having someone specifically authorize who can write to it. //Magnus