pgsql-server/src backend/catalog/information_s ...

Поиск
Список
Период
Сортировка
От joe@svr1.postgresql.org (Joe Conway)
Тема pgsql-server/src backend/catalog/information_s ...
Дата
Msg-id 20040203082958.07ABED1D36C@svr1.postgresql.org
обсуждение исходный текст
Список pgsql-committers
CVSROOT:    /cvsroot
Module name:    pgsql-server
Changes by:    joe@svr1.postgresql.org    04/02/03 04:29:57

Modified files:
    src/backend/catalog: information_schema.sql
    src/backend/utils/adt: int.c int8.c
    src/include/catalog: catversion.h pg_proc.h
    src/include/utils: builtins.h int8.h

Log message:
    Add function (actually an int4 and an int8 version) that generates
    a series of numbers, optionally using an explicit step size other
    than the default value (one). Use function in the information_schema
    to replace hard-wired knowledge of INDEX_MAX_KEYS. initdb forced due
    to pg_proc change. Documentation update still needed -- will be
    committed separately.


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

Предыдущее
От: momjian@svr1.postgresql.org (Bruce Momjian)
Дата:
Сообщение: pgsql-server/ /configure /configure.in rc/incl ...
Следующее
От: momjian@svr1.postgresql.org (Bruce Momjian)
Дата:
Сообщение: pgsql-server/doc TODO