Skip to content
Snippets Groups Projects
Commit b112df84 authored by Robert Haas's avatar Robert Haas
Browse files

Typo fixes for previous commit.

Noted by Thom Brown.
parent 95282d35
No related branches found
No related tags found
No related merge requests found
......@@ -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.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment