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

From: joe(at)svr1(dot)postgresql(dot)org (Joe Conway)
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql-server/src backend/catalog/information_s ...
Date: 2004-02-03 08:29:58
Message-ID: 20040203082958.07ABED1D36C@svr1.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

CVSROOT: /cvsroot
Module name: pgsql-server
Changes by: joe(at)svr1(dot)postgresql(dot)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.

Browse pgsql-committers by date

  From Date Subject
Next Message Bruce Momjian 2004-02-03 16:53:56 pgsql-server/doc TODO
Previous Message Kris Jurka 2004-02-03 05:43:27 pgsql-server/src/interfaces/jdbc/org/postgresq ...