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

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

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