Update for NUMERIC/DECIMAL data type.
authorBruce Momjian
Wed, 13 Oct 1999 02:44:23 +0000 (02:44 +0000)
committerBruce Momjian
Wed, 13 Oct 1999 02:44:23 +0000 (02:44 +0000)
doc/src/sgml/datatype.sgml

index d0d4d27c219df17d8eecad5f2a2026b8f113e97b..44dfabaa28d07702f9b715cf6d3d8010c7543256 100644 (file)
        date
        calendar date without time of day
       
+      
+       decimal
+       decimal(p,s)
+       exact numeric for p <= 9, s = 0
+      
       
        float4/8
        float(p)
        int, integer
        signed 4-byte integer
       
-      
-       int4
-       decimal(p,s)
-       exact numeric for p <= 9, s = 0
-      
-      
-       int4
-       numeric(p,s)
-       exact numeric for p == 9, s = 0
-      
       
        int8
        
        decimal(9,2)
        US-style currency
       
+      
+       numeric
+       numeric(p,s)
+       exact numeric for p == 9, s = 0
+      
       
        path
        
        
       
       
+       
+   decimal
+   variable
+   User-specified precision
+   no limit
+       
        
    float4
    4 bytes
    Very large range fixed-precision
    +/- > 18 decimal places
        
+       
+   numeric
+   variable
+   User-specified precision
+   no limit
+       
        
    serial
    4 bytes