1
0
mirror of https://github.com/postgres/postgres.git synced 2025-08-05 07:41:25 +03:00

Typo fixes for previous commit.

Noted by Thom Brown.
This commit is contained in:
Robert Haas
2012-08-06 16:12:17 -04:00
parent 16a69120eb
commit 1c638c8074

View File

@@ -805,9 +805,9 @@ ALTER SEQUENCE <replaceable class="parameter">tablename</replaceable>_<replaceab
<note> <note>
<para> <para>
Because <type>smallserial</type>, <type>serial</type> and 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 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 from the sequence is still "used up" even if a row containing that
value is never successfully inserted into the table column. This value is never successfully inserted into the table column. This
may happen, for example, if the inserting transaction rolls back. may happen, for example, if the inserting transaction rolls back.