Return-Path: X-Original-To: apmail-couchdb-user-archive@www.apache.org Delivered-To: apmail-couchdb-user-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 57F9F9563 for ; Fri, 2 Mar 2012 12:37:17 +0000 (UTC) Received: (qmail 99309 invoked by uid 500); 2 Mar 2012 12:37:15 -0000 Delivered-To: apmail-couchdb-user-archive@couchdb.apache.org Received: (qmail 99264 invoked by uid 500); 2 Mar 2012 12:37:15 -0000 Mailing-List: contact user-help@couchdb.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: user@couchdb.apache.org Delivered-To: mailing list user@couchdb.apache.org Received: (qmail 99254 invoked by uid 99); 2 Mar 2012 12:37:15 -0000 Received: from minotaur.apache.org (HELO minotaur.apache.org) (140.211.11.9) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 02 Mar 2012 12:37:15 +0000 Received: from localhost (HELO mail-gy0-f180.google.com) (127.0.0.1) (smtp-auth username rnewson, mechanism plain) by minotaur.apache.org (qpsmtpd/0.29) with ESMTP; Fri, 02 Mar 2012 12:37:15 +0000 Received: by ghbz12 with SMTP id z12so834017ghb.11 for ; Fri, 02 Mar 2012 04:37:14 -0800 (PST) MIME-Version: 1.0 Received: by 10.50.140.2 with SMTP id rc2mr1296031igb.22.1330691834441; Fri, 02 Mar 2012 04:37:14 -0800 (PST) Received: by 10.42.6.72 with HTTP; Fri, 2 Mar 2012 04:37:14 -0800 (PST) In-Reply-To: <4F50BB8A.3010408@gmail.com> References: <4F50BB8A.3010408@gmail.com> Date: Fri, 2 Mar 2012 12:37:14 +0000 Message-ID: Subject: Re: Documentation issue From: Robert Newson To: user@couchdb.apache.org Content-Type: text/plain; charset=ISO-8859-1 I'm ok with that as long as you're clear that _purge is for removing data you shouldn't have stored (like a plaintext password) in the first place and not as a typical (or recommended) operation. What's your username on the wiki? B. On 2 March 2012 12:22, Andrey N wrote: > Hello guys, > > I've found that the current wiki doesn't describe such important topic as > Purging information. There is only a mention about this functionality in > Complete HTTP API Reference > . Please add me > in ContributorsGroup and I'll add article that describes how to purge > deleted documents and in what case. > > P.S. In couchbase there is documentation about it > . > > Thanks.