Re: is it possible to create partitioned tables using tables fromdifferent schemas
От
David Rowley
Тема
Re: is it possible to create partitioned tables using tables fromdifferent schemas
Дата
Msg-id
CAKJS1f9hGb3xAhhM6zK-9fMMhA=sWuZdF3RCGkRTNLA-cu7Mkw@mail.gmail.com
Ответ на
Список
Дерево обсуждения
is it possible to create partitioned tables using tables fromdifferent schemas pabloa98 <pabloa98@gmail.com>
Re: is it possible to create partitioned tables using tables fromdifferent schemas Alvaro Herrera <alvherre@2ndquadrant.com>
Re: is it possible to create partitioned tables using tables fromdifferent schemas David Rowley <david.rowley@2ndquadrant.com>
Re: is it possible to create partitioned tables using tables fromdifferent schemas pabloa98 <pabloa98@gmail.com>
Re: is it possible to create partitioned tables using tables fromdifferent schemas Adrian Klaver <adrian.klaver@aklaver.com>
Re: is it possible to create partitioned tables using tables fromdifferent schemas Adrian Klaver <adrian.klaver@aklaver.com>
Re: is it possible to create partitioned tables using tables fromdifferent schemas pabloa98 <pabloa98@gmail.com>
Re: is it possible to create partitioned tables using tables fromdifferent schemas David Rowley <david.rowley@2ndquadrant.com>
Re: is it possible to create partitioned tables using tables fromdifferent schemas pabloa98 <pabloa98@gmail.com>
On Thu, 18 Apr 2019 at 10:19, Adrian Klaver wrote: > CREATE TABLE automatic.measurement_automatic PARTITION OF > automatic.measurement > test-# FOR VALUES FROM (1) TO (1) > test-# PARTITION BY RANGE (origin); > ERROR: empty range bound specified for partition "measurement_automatic" > DETAIL: Specified lower bound (1) is greater than or equal to upper > bound (1). > > OOPS, so lets cheat: Or you could partition by LIST. -- David Rowley http://www.2ndQuadrant.com/ PostgreSQL Development, 24x7 Support, Training & Services
В списке pgsql-general по дате отправления
От: David Rowley
Дата:
От: pabloa98
Дата: