diff options
author | Lorry Tar Creator <lorry-tar-importer@baserock.org> | 2015-02-17 17:25:57 +0000 |
---|---|---|
committer | <> | 2015-03-17 16:26:24 +0000 |
commit | 780b92ada9afcf1d58085a83a0b9e6bc982203d1 (patch) | |
tree | 598f8b9fa431b228d29897e798de4ac0c1d3d970 /docs/bdb-sql/sequencesupport.html | |
parent | 7a2660ba9cc2dc03a69ddfcfd95369395cc87444 (diff) | |
download | berkeleydb-master.tar.gz |
Diffstat (limited to 'docs/bdb-sql/sequencesupport.html')
-rw-r--r-- | docs/bdb-sql/sequencesupport.html | 9 |
1 files changed, 7 insertions, 2 deletions
diff --git a/docs/bdb-sql/sequencesupport.html b/docs/bdb-sql/sequencesupport.html index 71c251bd..80a27026 100644 --- a/docs/bdb-sql/sequencesupport.html +++ b/docs/bdb-sql/sequencesupport.html @@ -14,7 +14,7 @@ <body> <div xmlns="" class="navheader"> <div class="libver"> - <p>Library Version 11.2.5.3</p> + <p>Library Version 12.1.6.1</p> </div> <table width="100%" summary="Navigation header"> <tr> @@ -130,7 +130,12 @@ </p> <p> The starting value for the sequence. If this - parameter is not provided then + parameter is not provided it is set to + <code class="literal">minvalue</code> if + an incrementing sequence is used, and + <code class="literal">maxvalue</code> if a decrementing + sequence is used. If neither + of those parameters are set then <code class="literal">0</code> is used. </p> </li> |