]> granicus.if.org Git - postgresql/commit
Add function (actually an int4 and an int8 version) that generates
authorJoe Conway <mail@joeconway.com>
Tue, 3 Feb 2004 08:29:57 +0000 (08:29 +0000)
committerJoe Conway <mail@joeconway.com>
Tue, 3 Feb 2004 08:29:57 +0000 (08:29 +0000)
commit12661642c88d3cba0d77d7cb6efc17a95fc04b32
treeec6f807e5656fd110f1040ad280fd0d5b14129b1
parent9dac52649db6e182e5cbddd979aebc4cc4983701
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.
src/backend/catalog/information_schema.sql
src/backend/utils/adt/int.c
src/backend/utils/adt/int8.c
src/include/catalog/catversion.h
src/include/catalog/pg_proc.h
src/include/utils/builtins.h
src/include/utils/int8.h