Re: Empty Range Bound Specified for Partition

2018-11-22 Thread ramsiddu007
o ('100'); > > > > It was showing error like this.. > > > > ERROR: empty range bound specified for partition "test_upto_100" > > DETAIL: Specified lower bound ('51') is greater than or equal to upper > bound (

Re: Empty Range Bound Specified for Partition

2018-11-22 Thread Alban Hertroys
> On 22 Nov 2018, at 7:21, ramsiddu007 wrote: > > pgsql> create table test_upto_100 partition of test_parent_partition > for values from ('51') to ('100'); > >It was showing error like this.. > > ERROR: empty ran

Empty Range Bound Specified for Partition

2018-11-21 Thread ramsiddu007
ate another partition talbe. But while am creating another partition table like below query. pgsql> create table test_upto_100 partition of test_parent_partition for values from ('51') to ('100'); It was showing error like this.. ERROR: