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

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

From
joe@svr1.postgresql.org (Joe Conway)
Date:
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.