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

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

Commit: 823be6b7fd7898de0d7d17b9f371c4505e998cd2
Author: Tom Lane <tgl@sss.pgh.pa.us>
Date: 2014-08-18T05:18:24Z
Releases: 9.0.19
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