Re: pregunta sobre particionado

From: Manuel Fernando Aller <manuel(dot)aller(at)gmail(dot)com>
To: Alvaro Herrera <alvherre(at)alvh(dot)no-ip(dot)org>
Cc: POSTGRESQL - Ayuda <pgsql-es-ayuda(at)postgresql(dot)org>
Subject: Re: pregunta sobre particionado
Date: 2010-04-16 20:28:21
Message-ID: 1271449701.12199.33.camel@manolo-notebd
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-es-ayuda

El vie, 16-04-2010 a las 16:21 -0400, Alvaro Herrera escribió:
> Manuel Fernando Aller escribió:
> > Hola a todos, estoy intentando aplicar particionado de tablas, les
> > comento mi esquema:
> >
> > tabla maestra, las tablas 'hijas' creadas como:
> > CREATE TABLE maestra201004 (
> > CHECK ( maestra_timestamp >= timestamp '2010-04-01 00:00:00' AND
> > maestra_timestamp < timestamp '2010-05-01 00:00:00' )
> > ) INHERITS (maestra);
>
> ¿Qué tipo de dato tiene maestra_timestamp en la tabla maestra? With
> time zone o without?

de la definición de la tabla:
maestra_timestamp timestamp without time zone DEFAULT now(),

Saludos,

--
Manuel Fernando Aller <manuel(dot)aller(at)gmail(dot)com>

In response to

Browse pgsql-es-ayuda by date

  From Date Subject
Next Message Jaime Casanova 2010-04-16 20:56:05 Re: pregunta sobre particionado
Previous Message Alvaro Herrera 2010-04-16 20:21:52 Re: pregunta sobre particionado