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 -- TIP 5: ¿Has leído nuestro extenso FAQ? http://www.postgresql.org/docs/faqs.FAQ.html