File tree Expand file tree Collapse file tree 1 file changed +8
-17
lines changed Expand file tree Collapse file tree 1 file changed +8
-17
lines changed Original file line number Diff line number Diff line change @@ -364,15 +364,10 @@ The sequence will remain in the database until explicitly dropped using
364
364
</caution>
365
365
</para>
366
366
367
- <para>
368
- The <firstterm>exact numerics</firstterm> <type>decimal</type> and
369
- <type>numeric</type>
370
- have fully implemented syntax but currently
371
- (<productname>Postgres</productname> v6.4)
372
- support only a small range of precision and/or range values.
373
- The <type>int8</type> type may not be available on all platforms since
374
- it relies on compiler support for this.
375
- </para>
367
+ <para>
368
+ The <type>int8</type> type may not be available on all platforms since
369
+ it relies on compiler support for this.
370
+ </para>
376
371
377
372
</sect1>
378
373
@@ -412,14 +407,10 @@ then the money type should use the monetary conventions defined for
412
407
</table>
413
408
</para>
414
409
415
- <para>
416
- <type>numeric</type>
417
- should eventually replace the money type. It has a
418
- fully implemented syntax but currently
419
- (<productname>Postgres</productname> v6.4)
420
- support only a small range of precision and/or range values
421
- and cannot adequately substitute for the money type.
422
- </para>
410
+ <para>
411
+ <type>numeric</type>
412
+ will replace the money type, and should be preferred.
413
+ </para>
423
414
424
415
</sect1>
425
416
You can’t perform that action at this time.
0 commit comments