You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@couchdb.apache.org by dc...@apache.org on 2012/11/29 20:36:02 UTC

git commit: find workaround to improve formatting for UUID table

Updated Branches:
  refs/heads/docs 51390d39d -> eb4914dd9


find workaround to improve formatting for UUID table


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

Branch: refs/heads/docs
Commit: eb4914dd9a4bd90fb507e6f07c56525fae951ec1
Parents: 51390d3
Author: Dave Cottlehuber <dc...@apache.org>
Authored: Thu Nov 29 20:35:48 2012 +0100
Committer: Dave Cottlehuber <dc...@apache.org>
Committed: Thu Nov 29 20:35:48 2012 +0100

----------------------------------------------------------------------
 share/doc/src/api/documents.rst |   40 +++++++++++++++++-----------------
 1 files changed, 20 insertions(+), 20 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/couchdb/blob/eb4914dd/share/doc/src/api/documents.rst
----------------------------------------------------------------------
diff --git a/share/doc/src/api/documents.rst b/share/doc/src/api/documents.rst
index ce53974..c58d004 100644
--- a/share/doc/src/api/documents.rst
+++ b/share/doc/src/api/documents.rst
@@ -143,26 +143,26 @@ in situations where a user-specified UUID does not make sense. These
 can be set simply by `PUT http://couchdb:5984/_config/uuids/algorithm`.
 
 
-+---------------+---------------------+----------------------------------+
-| Algorithm     | Description         | Sample UUID                      |
-+===============+=====================+==================================+
-| random        | 128 bits of pure    | 43febce5675468a5467fb5467ce9e6c0 |
-|               | random awesomeness  |                                  |
-+---------------+---------------------+----------------------------------+
-| sequential    | monotonically       | f755c413badf66b22941313f9f001e28 |
-|               | increasing ids with | f755c413badf66b22941313f9f0024ca |
-|               | random increments   | f755c413badf66b22941313f9f00332c|
-+---------------+---------------------+----------------------------------+
-| utc_random    | time since start of | 04cfa405381205204f75100d0241ccc3 |
-|               | epoch, as 14 hex    | 04cfa4059c48e76e7c054bbe033dd8db |
-|               | digits, followed by | 04cfa405fce10b0df4c08f95e667cd2f |
-|               | 18 random digits.   |                                  |
-+---------------+---------------------+----------------------------------+
-| utc_id        | time since start of | 04cfa718b00848_i_am_in_yer_couch |
-| & additional  | epoch, as 14 hex    | 04cfa71d377aef_i_am_in_yer_couch |
-| parameter     | digits, followed by | 04cfa71e0deabd_i_am_in_yer_couch |
-|               | utc_id_suffix.      |                                  |
-+---------------+---------------------+----------------------------------+
++---------------+---------------------+------------------------------------+
+| Algorithm     | Description         | Sample UUID                        |
++===============+=====================+====================================+
+| random        | 128 bits of pure    | - 43febce5675468a5467fb5467ce9e6c0 |
+|               | random awesomeness  |                                    |
++---------------+---------------------+------------------------------------+
+| sequential    | monotonically       | - f755c413badf66b22941313f9f001e28 |
+|               | increasing ids with | - f755c413badf66b22941313f9f0024ca |
+|               | random increments   | - f755c413badf66b22941313f9f00332c |
++---------------+---------------------+------------------------------------+
+| utc_random    | time since start of | - 04cfa405381205204f75100d0241ccc3 |
+|               | epoch, as 14 hex    | - 04cfa4059c48e76e7c054bbe033dd8db |
+|               | digits, followed by | - 04cfa405fce10b0df4c08f95e667cd2f |
+|               | 18 random digits.   |                                    |
++---------------+---------------------+------------------------------------+
+| utc_id        | time since start of | - 04cfa718b00848_i_am_in_yer_couch |
+| & additional  | epoch, as 14 hex    | - 04cfa71d377aef_i_am_in_yer_couch |
+| parameter     | digits, followed by | - 04cfa71e0deabd_i_am_in_yer_couch |
+|               | utc_id_suffix.      |                                    |
++---------------+---------------------+------------------------------------+
 
 .. Impact of UUID choices::
    The choice of UUID has a signficant impact on the layout of the B-tree,