]> granicus.if.org Git - postgresql/commitdiff
Typo fixes for previous commit.
authorRobert Haas <rhaas@postgresql.org>
Mon, 6 Aug 2012 20:12:17 +0000 (16:12 -0400)
committerRobert Haas <rhaas@postgresql.org>
Mon, 6 Aug 2012 20:12:17 +0000 (16:12 -0400)
Noted by Thom Brown.

doc/src/sgml/datatype.sgml

index aed2d96bedcc849ff2f70352294d2c7bfc7cadb4..e64e4ea64a44fef26238f3a6d15e18ce1ac718c4 100644 (file)
@@ -832,9 +832,9 @@ ALTER SEQUENCE <replaceable class="parameter">tablename</replaceable>_<replaceab
     <note>
       <para>
         Because <type>smallserial</type>, <type>serial</type> and
-        <type>bigserial</type> are implemented usings sequences, there may
+        <type>bigserial</type> are implemented using sequences, there may
         be "holes" or gaps in the sequence of values which appears in the
-        column, even if no rows are ever deleted.  This is a value allocated
+        column, even if no rows are ever deleted.  A value allocated
         from the sequence is still "used up" even if a row containing that
         value is never successfully inserted into the table column.  This
         may happen, for example, if the inserting transaction rolls back.