pgsql: Add timestamp and timestamptz versions of generate_series().

Поиск
Список
Период
Сортировка
От tgl@postgresql.org (Tom Lane)
Тема pgsql: Add timestamp and timestamptz versions of generate_series().
Дата
Msg-id 20080504231924.59F757559DA@cvs.postgresql.org
обсуждение исходный текст
Список pgsql-committers
Log Message:
-----------
Add timestamp and timestamptz versions of generate_series().

Hitoshi Harada

Modified Files:
--------------
    pgsql/doc/src/sgml:
        func.sgml (r1.435 -> r1.436)
        (http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/doc/src/sgml/func.sgml?r1=1.435&r2=1.436)
    pgsql/src/backend/utils/adt:
        timestamp.c (r1.188 -> r1.189)
        (http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/src/backend/utils/adt/timestamp.c?r1=1.188&r2=1.189)
    pgsql/src/include/catalog:
        catversion.h (r1.454 -> r1.455)
        (http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/src/include/catalog/catversion.h?r1=1.454&r2=1.455)
        pg_proc.h (r1.495 -> r1.496)
        (http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/src/include/catalog/pg_proc.h?r1=1.495&r2=1.496)
    pgsql/src/include/utils:
        timestamp.h (r1.77 -> r1.78)
        (http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/src/include/utils/timestamp.h?r1=1.77&r2=1.78)

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

Предыдущее
От: tgl@postgresql.org (Tom Lane)
Дата:
Сообщение: pgsql: Add pg_conf_load_time() function to report when the Postgres
Следующее
От: adunstan@postgresql.org (Andrew Dunstan)
Дата:
Сообщение: pgsql: Show enum values in psql's \dt+.