File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -832,9 +832,9 @@ ALTER SEQUENCE <replaceable class="parameter">tablename</replaceable>_<replaceab
832
832
<note>
833
833
<para>
834
834
Because <type>smallserial</type>, <type>serial</type> and
835
- <type>bigserial</type> are implemented usings sequences, there may
835
+ <type>bigserial</type> are implemented using sequences, there may
836
836
be "holes" or gaps in the sequence of values which appears in the
837
- column, even if no rows are ever deleted. This is a value allocated
837
+ column, even if no rows are ever deleted. A value allocated
838
838
from the sequence is still "used up" even if a row containing that
839
839
value is never successfully inserted into the table column. This
840
840
may happen, for example, if the inserting transaction rolls back.
You can’t perform that action at this time.
0 commit comments