pgsql: Fix obsolete mention of non-int64 support in CREATE SEQUENCE doc

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Fix obsolete mention of non-int64 support in CREATE SEQUENCE doc
Date: 2014-08-18 05:18:52
Message-ID: E1XJFLI-0007Z3-5h@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

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.

Branch
------
REL9_1_STABLE

Details
-------
http://git.postgresql.org/pg/commitdiff/5f1c5970765aad9b25ff50403065c54d3ebc37e6

Modified Files
--------------
doc/src/sgml/ref/create_sequence.sgml | 5 +----
1 file changed, 1 insertion(+), 4 deletions(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Heikki Linnakangas 2014-08-18 10:17:11 pgsql: Reorganize functions in be-secure-openssl.c
Previous Message Fujii Masao 2014-08-18 03:28:52 Re: pgsql: Add missing index terms for replication commands in the document