|
1 | 1 | <!-- |
2 | | -$Header: /cvsroot/pgsql/doc/src/sgml/datatype.sgml,v 1.64 2001/09/28 08:15:35 thomas Exp $ |
| 2 | +$Header: /cvsroot/pgsql/doc/src/sgml/datatype.sgml,v 1.65 2001/10/03 05:24:22 thomas Exp $ |
3 | 3 | --> |
4 | 4 |
|
5 | 5 | <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 |
168 | 168 | </row> |
169 | 169 |
|
170 | 170 | <row> |
171 | | - <entry><type>numeric(<replaceable>p</replaceable>,<replaceable>s</replaceable>)</type></entry> |
172 | | - <entry><type>decimal(<replaceable>p</replaceable>,<replaceable>s</replaceable>)</type></entry> |
| 171 | + <entry><type>numeric(<replaceable>p</replaceable>,<replaceable>s</replaceable>)</type></entry> |
| 172 | + <entry><type>decimal(<replaceable>p</replaceable>,<replaceable>s</replaceable>)</type></entry> |
173 | 173 | <entry>exact numeric with selectable precision</entry> |
174 | 174 | </row> |
175 | 175 |
|
|