You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@couchdb.apache.org by GitBox <gi...@apache.org> on 2020/05/04 13:57:10 UTC

[GitHub] [couchdb-documentation] wohali commented on a change in pull request #532: Correct the occurrence of _global_changes

wohali commented on a change in pull request #532:
URL: https://github.com/apache/couchdb-documentation/pull/532#discussion_r419455697



##########
File path: src/api/server/common.rst
##########
@@ -453,7 +453,9 @@
 .. http:get:: /_db_updates
     :synopsis: Return the server changes of databases
 
-    Returns a list of all database events in the CouchDB instance.
+    Returns a list of all database events in the CouchDB instance. The
+    existence of the ``_global_changes`` database is required to use this
+    endpoint.

Review comment:
       This is not true.
   
   `/_db_updates` will function if `global_changes` is not present, but it will only show current data, not historical. That is, you cannot provide a `since` token and see historical values; it will act as if you always specify `?since=now`.




----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org