Received: from localhost (maia-5.hub.org [200.46.204.182]) by postgresql.org (Postfix) with ESMTP id 121699FB668 for ; Thu, 7 Jun 2007 18:19:05 -0300 (ADT) Received: from postgresql.org ([200.46.204.71]) by localhost (mx1.hub.org [200.46.204.182]) (amavisd-maia, port 10024) with ESMTP id 62279-09 for ; Thu, 7 Jun 2007 18:18:57 -0300 (ADT) X-Greylist: domain auto-whitelisted by SQLgrey-1.7.4 Received: from wr-out-0506.google.com (wr-out-0506.google.com [64.233.184.235]) by postgresql.org (Postfix) with ESMTP id 08E199FB663 for ; Thu, 7 Jun 2007 18:19:00 -0300 (ADT) Received: by wr-out-0506.google.com with SMTP id 25so581175wry for ; Thu, 07 Jun 2007 14:18:59 -0700 (PDT) DKIM-Signature: a=rsa-sha1; c=relaxed/relaxed; d=gmail.com; s=beta; h=domainkey-signature:received:received:message-id:date:from:sender:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references:x-google-sender-auth; b=mNTt5tNmT8vnJbKvLMh0LNNewWsxZPlxrnF/69WMTvqWor4Y0yhmUTt+ucchYUMzSe8QlOv5cK/bxVsWTnrrOKQZCKu0KH4wAqDCyph0fkb+IelZVS78EB+D7GMNwUOrNvlRaGh/d8iN220AbSFERiSZQP4TErdBGzjl7s4RiC0= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=received:message-id:date:from:sender:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references:x-google-sender-auth; b=DMIDl4uUssuicBGAh0MfrMm1arwx2ROIpRWipUK6wJDDBekSJe4+ExtDmJEbPseStZK/D175QxaHq8HLjSK6IAoC06wlqhfPDKLhPQZmVXS/oDc+e1tclpLvrvzMq+RJCWhAjq6agr7Z8nyCi5upsTIa26QIG1hhr6Cs2byjW7c= Received: by 10.100.213.3 with SMTP id l3mr1281801ang.1181251138716; Thu, 07 Jun 2007 14:18:58 -0700 (PDT) Received: by 10.100.12.14 with HTTP; Thu, 7 Jun 2007 14:18:58 -0700 (PDT) Message-ID: Date: Fri, 8 Jun 2007 01:18:58 +0400 From: "Nikolay Samokhvalov" To: "Magnus Hagander" Subject: Re: [DOCS] Users comments don't migrate to docs for new version? Cc: "Alvaro Herrera" , pgsql-www@postgresql.org, PostgreSQL-documentation In-Reply-To: <46670885.1050207@hagander.net> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <20070606164029.GB11800@alvh.no-ip.org> <46670885.1050207@hagander.net> X-Google-Sender-Auth: a0d26df146bb50ce X-Virus-Scanned: Maia Mailguard 1.0.1 X-Archive-Number: 200706/16 X-Sequence-Number: 12055 On 6/6/07, Magnus Hagander wrote: > Alvaro Herrera wrote: > > The thing to do in these cases is to move the useful info from the user > > comments into the main doc text. > > Yeah, that's the idea. Tom often goes through the comments and puts > stuff into the docs. But I'm sure there are a *lot* of other people who > could help with that as well - read comments, figure out of they make > sense, and submit a docs patch for the next version! > > //Magnus But I suppose there are some cases when it's not possible to move the comment to the main text -- e.g. if the comment concerns too narrow area, is very specific and is useful not for all people (but still useful for some!). Moreover, moving good comments to the main text makes the text bloated -- what if we have 10 examples of using function aaa() and all of them are illustrations for different areas? We (ok, sorry, Tom because only he knows English) will choose only 1 of them to avoid bloating of the main text, even if all 10 use cases has some specific features... Users comment collection is a good thing! Ask any PHP developer -- many of them will say that user comments that the main manual has are something like cookbooks -- lots of useful recipes. I could help with (yeah, not with reworking comments -- I do not know English well :-) ) creating a simple patch that adds a notice "this comment was originally created for version 8.0" and maybe something else in this direction -- these my thoughts are not fresh, I always lacked good user comments... BTW, then we would add some marking/rating system to the comments to allow other users see what comment is really useful. -- Best regards, Nikolay