RE: Off topic - LLegan mis correos a la lista

From: "Mario Soto Cordones" <marioa(dot)soto(dot)cordones(at)gmail(dot)com>
To: <gilberto(dot)castillo(at)etecsa(dot)cu>
Cc: <pgsql-es-ayuda(at)postgresql(dot)org>
Subject: RE: Off topic - LLegan mis correos a la lista
Date: 2015-01-28 16:00:11
Message-ID: 001501d03b13$8434bad0$8c9e3070$@gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-es-ayuda

Postgresql 9.2 bajo RHEL 6.x con 32 gb ram y 8 procesadores

-----Mensaje original-----
De: Gilberto Castillo [mailto:gilberto(dot)castillo(at)etecsa(dot)cu]
Enviado el: miércoles, 28 de enero de 2015 12:43
Para: Mario Soto Cordones
CC: gilberto(dot)castillo(at)etecsa(dot)cu; pgsql-es-ayuda(at)postgresql(dot)org
Asunto: RE: [pgsql-es-ayuda] Off topic - LLegan mis correos a la lista

>
> Integer, varchar, algunos text y numeric
>
> CREATE TABLE my_table (
> fecha_ejecucion VARCHAR(20),
> fecha_proceso_ejecucion VARCHAR(20),
> rut VARCHAR(10),
> nombre VARCHAR(100),
> fecha_ingreso_vend TIMESTAMP WITHOUT TIME ZONE,
> estado_vendedor VARCHAR(20),
> dias_ok INTEGER,
> tareas_abiertas INTEGER,
> tareas_cerradas INTEGER,
> tareas_abiertas_vencidas INTEGER,
> tareas_cerradas_vencidas INTEGER,
> lista_tareas_abiertas_vencidas TEXT,
> lista_tareas_cerradas_vencidas TEXT,
> total_pos INTEGER,
> total_cartera INTEGER,
> total_visitas INTEGER,
> total_entrega_rollos INTEGER,
> fecha_actualizacion TIMESTAMP WITHOUT TIME ZONE,
> usuario VARCHAR(20),
> fecha_proceso DATE,
> fecha_creacion TIMESTAMP WITHOUT TIME ZONE DEFAULT now(),
> tareas_cerradas_enplazo INTEGER,
> tareas_resetea_contador INTEGER,
> lista_tareas_cerradas_enplazo TEXT,
> lista_tareas_resetea_contador TEXT,
> porcentaje_cierre_tareas NUMERIC
> )
>

Pensé en objetos grande como imágenes o algo así... tu estructura no me dice mucho al respecto.
¿que versión de PG unas y que tipo de servidor?

Saludos,
Gilberto Castillo
La Habana, Cuba

-
Enviado a la lista de correo pgsql-es-ayuda (pgsql-es-ayuda(at)postgresql(dot)org)
Para cambiar tu suscripcin:
http://www.postgresql.org/mailpref/pgsql-es-ayuda

In response to

Responses

Browse pgsql-es-ayuda by date

  From Date Subject
Next Message Mario Soto Cordones 2015-01-28 16:21:49 RE: Off topic - LLegan mis correos a la lista
Previous Message Mario Soto Cordones 2015-01-28 15:43:14 RE: Off topic - LLegan mis correos a la lista