diff --git a/doc/src/sgml/func.sgml b/doc/src/sgml/func.sgml index 8cf53855616..7c009d899cc 100644 --- a/doc/src/sgml/func.sgml +++ b/doc/src/sgml/func.sgml @@ -10205,12 +10205,11 @@ table2-mapping - This section describes PostgreSQL's - functions for operating on sequence objects. - Sequence objects (also called sequence generators or just - sequences) are special single-row tables created with sequence + objects, also called sequence generators or just sequences. + Sequence objects are special single-row tables created with . - A sequence object is usually used to generate unique identifiers + Sequence objects are commonly used to generate unique identifiers for rows of a table. The sequence functions, listed in , provide simple, multiuser-safe methods for obtaining successive sequence values from sequence