| From: | Alvaro Herrera <alvherre(at)alvh(dot)no-ip(dot)org> |
|---|---|
| To: | Manuel Fernando Aller <manuel(dot)aller(at)gmail(dot)com> |
| Cc: | POSTGRESQL - Ayuda <pgsql-es-ayuda(at)postgresql(dot)org> |
| Subject: | Re: pregunta sobre particionado |
| Date: | 2010-04-16 20:21:52 |
| Message-ID: | 20100416202152.GC3310@alvh.no-ip.org |
| Views: | Whole Thread | Raw Message | Download mbox | Resend email |
| Thread: | |
| Lists: | pgsql-es-ayuda |
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?
--
Alvaro Herrera Developer, http://www.PostgreSQL.org/
"Ed is the standard text editor."
http://groups.google.com/group/alt.religion.emacs/msg/8d94ddab6a9b0ad3
| From | Date | Subject | |
|---|---|---|---|
| Next Message | Manuel Fernando Aller | 2010-04-16 20:28:21 | Re: pregunta sobre particionado |
| Previous Message | Manuel Fernando Aller | 2010-04-16 19:46:53 | Re: pregunta sobre particionado |