pgsql: Update CREATE SEQUENCE documentation to show the same sequence

Поиск
Список
Период
Сортировка
От momjian@postgresql.org (Bruce Momjian)
Тема pgsql: Update CREATE SEQUENCE documentation to show the same sequence
Дата
Msg-id 20070201003403.6D66F9FB408@postgresql.org
обсуждение исходный текст
Список pgsql-committers
Log Message:
-----------
Update CREATE SEQUENCE documentation to show the same sequence being
created and increments.  The old docs created the sequence, then showed
a nextval() of 114.

Modified Files:
--------------
    pgsql/doc/src/sgml/ref:
        create_sequence.sgml (r1.47 -> r1.48)
        (http://developer.postgresql.org/cvsweb.cgi/pgsql/doc/src/sgml/ref/create_sequence.sgml.diff?r1=1.47&r2=1.48)

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

Предыдущее
От: momjian@postgresql.org (Bruce Momjian)
Дата:
Сообщение: pgsql: Add URL for: o Fix RENAME to work on variables other than
Следующее
От: neilc@postgresql.org (Neil Conway)
Дата:
Сообщение: pgsql: Fix a few typos in comments in GiN.