Minor fixup in spacing for tabular information.
authorThomas G. Lockhart <lockhart@fourpalms.org>
Wed, 3 Oct 2001 05:24:22 +0000 (05:24 +0000)
committerThomas G. Lockhart <lockhart@fourpalms.org>
Wed, 3 Oct 2001 05:24:22 +0000 (05:24 +0000)
doc/src/sgml/datatype.sgml

index 646639409f9e5201ba4255a924ecfb2fb28aa099..4e587e6b64eb6641c7b442734a0688f04dc40b76 100644 (file)
@@ -1,5 +1,5 @@
 <!--
-$Header: /cvsroot/pgsql/doc/src/sgml/datatype.sgml,v 1.64 2001/09/28 08:15:35 thomas Exp $
+$Header: /cvsroot/pgsql/doc/src/sgml/datatype.sgml,v 1.65 2001/10/03 05:24:22 thomas Exp $
 -->
 
  <chapter id="datatype">
@@ -168,8 +168,8 @@ $Header: /cvsroot/pgsql/doc/src/sgml/datatype.sgml,v 1.64 2001/09/28 08:15:35 th
       </row>
 
       <row>
-       <entry><type>numeric(<replaceable>p</replaceable>, <replaceable>s</replaceable>)</type></entry>
-       <entry><type>decimal(<replaceable>p</replaceable>, <replaceable>s</replaceable>)</type></entry>
+       <entry><type>numeric(<replaceable>p</replaceable>,<replaceable>s</replaceable>)</type></entry>
+       <entry><type>decimal(<replaceable>p</replaceable>,<replaceable>s</replaceable>)</type></entry>
        <entry>exact numeric with selectable precision</entry>
       </row>