You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@couchdb.apache.org by kx...@apache.org on 2013/12/27 22:49:14 UTC

git commit: updated refs/heads/master to 0def723

Updated Branches:
  refs/heads/master 234a02ab4 -> 0def7239b


Document `data_size` in `/db`

The value is returned, but was missing in the documentation.

Signed-off-by: Alexander Shorin <kx...@apache.org>


Project: http://git-wip-us.apache.org/repos/asf/couchdb/repo
Commit: http://git-wip-us.apache.org/repos/asf/couchdb/commit/0def7239
Tree: http://git-wip-us.apache.org/repos/asf/couchdb/tree/0def7239
Diff: http://git-wip-us.apache.org/repos/asf/couchdb/diff/0def7239

Branch: refs/heads/master
Commit: 0def7239b331eebcd9421f86518467ef0d323689
Parents: 234a02a
Author: Jens Rantil <je...@gmail.com>
Authored: Fri Dec 27 22:20:49 2013 +0100
Committer: Alexander Shorin <kx...@apache.org>
Committed: Sat Dec 28 01:47:58 2013 +0400

----------------------------------------------------------------------
 share/doc/src/api/database/common.rst | 1 +
 1 file changed, 1 insertion(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/couchdb/blob/0def7239/share/doc/src/api/database/common.rst
----------------------------------------------------------------------
diff --git a/share/doc/src/api/database/common.rst b/share/doc/src/api/database/common.rst
index 29e523f..f715c70 100644
--- a/share/doc/src/api/database/common.rst
+++ b/share/doc/src/api/database/common.rst
@@ -61,6 +61,7 @@
   :>json string db_name: The name of the database.
   :>json number disk_format_version: The version of the physical format used
     for the data when it is stored on disk.
+  :>json number data_size: Actual data size in bytes of the database data.
   :>json number disk_size: Size in bytes of the data as stored on the disk.
     Views indexes are not included in the calculation.
   :>json number doc_count: A count of the documents in the specified database.