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

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

Commit: 2730d7254c5f30c14509859e4353f3f7120151d9
Author: Tom Lane <tgl@sss.pgh.pa.us>
Date: 2014-08-18T05:18:09Z
Releases: 9.3.6
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