1
0
mirror of https://github.com/postgres/postgres.git synced 2025-08-28 18:48:04 +03:00

doc: Fix typos and other minor issues

Author: Alexander Lakhin <exclusion@gmail.com>
This commit is contained in:
Peter Eisentraut
2017-09-01 23:34:12 -04:00
parent 51daa7bdb3
commit afc58affb6
11 changed files with 14 additions and 13 deletions

View File

@@ -119,7 +119,7 @@ SELECT * FROM <replaceable>name</replaceable>;
The optional
clause <literal>AS <replaceable class="parameter">data_type</replaceable></literal>
specifies the data type of the sequence. Valid types are
are <literal>smallint</literal>, <literal>integer</literal>,
<literal>smallint</literal>, <literal>integer</literal>,
and <literal>bigint</literal>. <literal>bigint</literal> is the
default. The data type determines the default minimum and maximum
values of the sequence.