From 1c638c80747fa605c32193cdbd504a2cce6f0006 Mon Sep 17 00:00:00 2001 From: Robert Haas Date: Mon, 6 Aug 2012 16:12:17 -0400 Subject: [PATCH] Typo fixes for previous commit. Noted by Thom Brown. --- doc/src/sgml/datatype.sgml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/src/sgml/datatype.sgml b/doc/src/sgml/datatype.sgml index b62ee05a4c2..b7c51a4dee3 100644 --- a/doc/src/sgml/datatype.sgml +++ b/doc/src/sgml/datatype.sgml @@ -805,9 +805,9 @@ ALTER SEQUENCE tablename_ Because smallserial, serial and - bigserial are implemented usings sequences, there may + bigserial 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. -- 2.39.5