Fix obsolete mention of non-int64 support in CREATE SEQUENCE documentation.

Tom Lane <tgl@sss.pgh.pa.us>

Commit: ae941b8db49dc61a8d085a4fb6f1d5106ec40275
Author: Tom Lane <tgl@sss.pgh.pa.us>
Date: 2014-08-18T05:18:13Z
Releases: 9.2.10
Fix obsolete mention of non-int64 support in CREATE SEQUENCE documentation.

The old text explained what happened if we didn't have working int64
arithmetic.  Since that case has been explicitly rejected by configure
since 8.4.3, documenting it in the 9.x branches can only produce confusion.

Files

PathChange+/−
doc/src/sgml/ref/create_sequence.sgml modified +1 −4