pgsql-server/contrib/cube README.cube cube.c c ...

Поиск
Список
Период
Сортировка
От momjian@postgresql.org (Bruce Momjian - CVS)
Тема pgsql-server/contrib/cube README.cube cube.c c ...
Дата
Msg-id 20030213052650.523CF475FB7@postgresql.org
обсуждение исходный текст
Список pgsql-committers
CVSROOT:    /cvsroot
Module name:    pgsql-server
Changes by:    momjian@postgresql.org    03/02/13 00:26:50

Modified files:
    contrib/cube   : README.cube cube.c cube.sql.in
    contrib/cube/expected: cube.out
    contrib/cube/sql: cube.sql

Log message:
    The attached patch provides cube with 4 functions for building cubes
    directly from float8 values. (As opposed to converting the values to
    strings
    and then parsing the strings.)
    The functions are:
    cube(float8) returns cube
    cube(float8,float8) returns cube
    cube(cube,float8) returns cube
    cube(cube,float8,float8) returns cube

    Bruno Wolff III


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

Предыдущее
От: momjian@postgresql.org (Bruce Momjian - CVS)
Дата:
Сообщение: pgsql-server/src/backend commands/sequence.c p ...
Следующее
От: momjian@postgresql.org (Bruce Momjian - CVS)
Дата:
Сообщение: contrib/earthdistance README.earthdistance ear ...