Skip to content

Commit 1c638c8

Browse files
committed
Typo fixes for previous commit.
Noted by Thom Brown.
1 parent 16a6912 commit 1c638c8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

doc/src/sgml/datatype.sgml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -805,9 +805,9 @@ ALTER SEQUENCE <replaceable class="parameter">tablename</replaceable>_<replaceab
805805
<note>
806806
<para>
807807
Because <type>smallserial</type>, <type>serial</type> and
808-
<type>bigserial</type> are implemented usings sequences, there may
808+
<type>bigserial</type> are implemented using sequences, there may
809809
be "holes" or gaps in the sequence of values which appears in the
810-
column, even if no rows are ever deleted. This is a value allocated
810+
column, even if no rows are ever deleted. A value allocated
811811
from the sequence is still "used up" even if a row containing that
812812
value is never successfully inserted into the table column. This
813813
may happen, for example, if the inserting transaction rolls back.

0 commit comments

Comments
 (0)