pgsql-server/src backend/catalog/information_s ... - Mailing list pgsql-committers

From joe@svr1.postgresql.org (Joe Conway)
Subject pgsql-server/src backend/catalog/information_s ...
Date
Msg-id 20040203082958.07ABED1D36C@svr1.postgresql.org
Whole thread Raw
List 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 by date:

Previous
From: momjian@svr1.postgresql.org (Bruce Momjian)
Date:
Subject: pgsql-server/ /configure /configure.in rc/incl ...
Next
From: momjian@svr1.postgresql.org (Bruce Momjian)
Date:
Subject: pgsql-server/doc TODO