Fix misspellings of GB.
authorPeter Eisentraut
Sat, 25 Nov 2006 22:55:59 +0000 (22:55 +0000)
committerPeter Eisentraut
Sat, 25 Nov 2006 22:55:59 +0000 (22:55 +0000)
doc/src/sgml/release.sgml
doc/src/sgml/storage.sgml

index f1c3aab30e4304af591a5daf18c22f703211c8fc..87483541795ab2a3b5c996ccbddf0bad55b236ec 100644 (file)
@@ -1,4 +1,4 @@
-
+
 
+
 
 
 
@@ -138,7 +138,7 @@ Avoid assuming that filenode and table OID are the same.
 
 
 
-When a table or index exceeds 1Gb, it is divided into gigabyte-sized
+When a table or index exceeds 1 GB, it is divided into gigabyte-sized
 segments.  The first segment's file name is the same as the
 filenode; subsequent segments are named filenode.1, filenode.2, etc.
 This arrangement avoids problems on platforms that have file size limitations.
@@ -212,7 +212,7 @@ value, but in some cases more efficient approaches are possible.)
 
 TOAST usurps the high-order two bits of the varlena length word,
 thereby limiting the logical size of any value of a TOAST-able
-data type to 1Gb (230 - 1 bytes).  When both bits are zero,
+data type to 1 GB (230 - 1 bytes).  When both bits are zero,
 the value is an ordinary un-TOASTed value of the data type.  One
 of these bits, if set, indicates that the value has been compressed and must
 be decompressed before use.  The other bit, if set, indicates that the value