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

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

Commit: 5f1c5970765aad9b25ff50403065c54d3ebc37e6
Author: Tom Lane <tgl@sss.pgh.pa.us>
Date: 2014-08-18T05:18:18Z
Releases: 9.1.15
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