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

Поиск
Список
Период
Сортировка
От Tom Lane
Тема pgsql: Fix obsolete mention of non-int64 support in CREATE SEQUENCE doc
Дата
Msg-id E1XJFLI-0007Yx-5S@gemulon.postgresql.org
обсуждение исходный текст
Список 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_3_STABLE

Details
-------
http://git.postgresql.org/pg/commitdiff/2730d7254c5f30c14509859e4353f3f7120151d9

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


В списке pgsql-committers по дате отправления:

Предыдущее
От: Tom Lane
Дата:
Сообщение: pgsql: Fix obsolete mention of non-int64 support in CREATE SEQUENCE doc
Следующее
От: Tom Lane
Дата:
Сообщение: pgsql: Fix obsolete mention of non-int64 support in CREATE SEQUENCE doc