Updated Branches: refs/heads/master ef9ac4699 -> 65e5074a3
Fix database info's instance_start_time field description Project: http://git-wip-us.apache.org/repos/asf/couchdb/repo Commit: http://git-wip-us.apache.org/repos/asf/couchdb/commit/65e5074a Tree: http://git-wip-us.apache.org/repos/asf/couchdb/tree/65e5074a Diff: http://git-wip-us.apache.org/repos/asf/couchdb/diff/65e5074a Branch: refs/heads/master Commit: 65e5074a3b3d23c03492f634c6c849096a14bf27 Parents: ef9ac46 Author: Alexander Shorin <[email protected]> Authored: Thu Jul 4 06:38:29 2013 +0400 Committer: Alexander Shorin <[email protected]> Committed: Thu Jul 4 06:38:29 2013 +0400 ---------------------------------------------------------------------- share/doc/src/api/database.rst | 2 +- share/doc/src/json-structure.rst | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/couchdb/blob/65e5074a/share/doc/src/api/database.rst ---------------------------------------------------------------------- diff --git a/share/doc/src/api/database.rst b/share/doc/src/api/database.rst index 826adaa..ba2195c 100644 --- a/share/doc/src/api/database.rst +++ b/share/doc/src/api/database.rst @@ -166,7 +166,7 @@ The elements of the returned structure are shown in the table below: | doc_del_count | Number of deleted documents | +----------------------------------+-------------------------------------------+ | instance_start_time | Timestamp of when the database was | -| | created, expressed in milliseconds since | +| | opened, expressed in microseconds since | | | the epoch. | +----------------------------------+-------------------------------------------+ | purge_seq | The number of purge operations on the | http://git-wip-us.apache.org/repos/asf/couchdb/blob/65e5074a/share/doc/src/json-structure.rst ---------------------------------------------------------------------- diff --git a/share/doc/src/json-structure.rst b/share/doc/src/json-structure.rst index a5dc6d2..c4089b9 100644 --- a/share/doc/src/json-structure.rst +++ b/share/doc/src/json-structure.rst @@ -136,8 +136,8 @@ CouchDB database information object | | disk. Views indexes are not included in the | | | calculation. | +--------------------------------+---------------------------------------------+ -| instance_start_time | Timestamp of when the database was created, | -| | expressed in milliseconds since the epoch. | +| instance_start_time | Timestamp of when the database was opened, | +| | expressed in microseconds since the epoch. | +--------------------------------+---------------------------------------------+ | purge_seq | The number of purge operations on the | | | database. |
