You are viewing a plain text version of this content. The canonical link for it is here.
Posted to derby-commits@db.apache.org by sc...@apache.org on 2007/03/20 21:38:02 UTC

svn commit: r520562 - /db/derby/docs/trunk/src/ref/rrefnumericlimits.dita

Author: scotsmatrix
Date: Tue Mar 20 13:38:01 2007
New Revision: 520562

URL: http://svn.apache.org/viewvc?view=rev&rev=520562
Log:
Derby-1935: Update Derby limits table to reflect support for grant/revoke. Patch derby1935.diff contributed by me.

Modified:
    db/derby/docs/trunk/src/ref/rrefnumericlimits.dita

Modified: db/derby/docs/trunk/src/ref/rrefnumericlimits.dita
URL: http://svn.apache.org/viewvc/db/derby/docs/trunk/src/ref/rrefnumericlimits.dita?view=diff&rev=520562&r1=520561&r2=520562
==============================================================================
--- db/derby/docs/trunk/src/ref/rrefnumericlimits.dita (original)
+++ db/derby/docs/trunk/src/ref/rrefnumericlimits.dita Tue Mar 20 13:38:01 2007
@@ -1,4 +1,7 @@
 <?xml version="1.0" encoding="utf-8"?>
+ 
+<!DOCTYPE reference PUBLIC "-//OASIS//DTD DITA Reference//EN"
+ "../dtd/reference.dtd">
 <!-- 
 Licensed to the Apache Software Foundation (ASF) under one or more
 contributor license agreements.  See the NOTICE file distributed with
@@ -15,14 +18,16 @@
 See the License for the specific language governing permissions and  
 limitations under the License.
 -->
-
-<!DOCTYPE reference PUBLIC "-//OASIS//DTD DITA Reference//EN"
- "../dtd/reference.dtd">
 <reference id="rrefnumericlimits" xml:lang="en-us">
 <title>Numeric limitations</title>
+<shortdesc>There are limitations on the numeric values in <ph conref="refconrefs.dita#prod/productshortname"></ph>.</shortdesc>
+<prolog><metadata>
+<keywords><indexterm>limitations<indexterm>numeric values</indexterm></indexterm>
+<indexterm>data types<indexterm>numeric limitations</indexterm></indexterm>
+</keywords>
+</metadata></prolog>
 <refbody>
-<table frame="all"><title>Numeric limitations</title><desc>The following table
-contains limitations on numeric values in <ph conref="refconrefs.dita#prod/productshortname"></ph>.</desc>
+<table frame="all"><title>Numeric limitations</title>
 <tgroup cols="2" colsep="1" rowsep="1"><colspec colname="colspec0" colwidth="228*"/>
 <colspec colname="colspec1" colwidth="228*"/>
 <thead>
@@ -58,7 +63,7 @@
 </row>
 <row>
 <entry colname="colspec0">Largest decimal precision</entry>
-<entry colname="colspec1">31,255</entry>
+<entry colname="colspec1">31</entry>
 </row>
 <row>
 <entry colname="colspec0">Smallest DOUBLE</entry>
@@ -97,4 +102,3 @@
 </table>
 </refbody>
 </reference>
-