From: | "Roberto Andrade Fonseca" <randrade(at)inteligentes(dot)com(dot)mx> |
---|---|
To: | "Luis Salas" <lsalas(at)safp(dot)cl> |
Cc: | pgsql-es-ayuda(at)postgresql(dot)org |
Subject: | Re: documentacion de cubos multidimensionales |
Date: | 2008-01-03 02:18:26 |
Message-ID: | 40969.189.135.90.229.1199326706.squirrel@inteligentes.com.mx |
Views: | Whole Thread | Raw Message | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-es-ayuda |
Hola Luis:
> Hola,
>
> quisiera saber donde puedo obtener mayor información (algo así como un
> manual o un tutorial) sobre el uso de la contribución "cube" de
> postgreSQl que se incluye en el codigo fuente.
Desgraciadamante lo que trae ese contrib se refiere a un tipo de dato: cube:
This directory contains the code for the user-defined type,
CUBE, representing multidimensional cubes.
FILES
-----
Makefile building instructions for the shared library
README.cube the file you are now reading
cube.c the implementation of this data type in c
cube.sql.in SQL code needed to register this type with postgres
(transformed to cube.sql by make)
cubedata.h the data structure used to store the cubes
cubeparse.y the grammar file for the parser (used by cube_in()
in cube.c)
cubescan.l scanner rules (used by cube_yyparse() in cubeparse.y)
Así que no detengas tu búsqueda sobre los 'otros' cubos.
Suerte y feliz 2008.
--
Roberto Andrade Fonseca
Director de Tecnología
Inteligentes.com, S.A. de C.V.
Tel. (55) 5207-1672 / 1673
From | Date | Subject | |
---|---|---|---|
Next Message | Jaime Casanova | 2008-01-03 03:43:42 | Re: [magnus@hagander.net: Re: [HACKERS] pgwin32_open returning EINVAL] |
Previous Message | Gabriel Hermes Colina Zambra | 2008-01-02 23:49:58 | Re: Consulta con saldo de la fila anterior |