wohali closed pull request #329: added warning about _purge #197
URL: https://github.com/apache/couchdb-documentation/pull/329
This is a PR merged from a forked repository.
As GitHub hides the original diff on merge, it is displayed below for
the sake of provenance:
As this is a foreign pull request (from a fork), the diff is supplied
below (as it won't show otherwise due to GitHub magic):
diff --git a/src/api/database/misc.rst b/src/api/database/misc.rst
index 3cbfed7..882da32 100644
--- a/src/api/database/misc.rst
+++ b/src/api/database/misc.rst
@@ -19,6 +19,10 @@
.. http:post:: /{db}/_purge
:synopsis: Purges documents entirely from database
+ .. warning::
+ Planned for future development - Not implemented in vesrion 2.x to
2.2.0
+
+
A database purge permanently removes the references to documents
in the database. Normal deletion of a document within CouchDB does not
remove the document from the database, instead, the document is marked as
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
For queries about this service, please contact Infrastructure at:
[email protected]
With regards,
Apache Git Services