Re: Empty Range Bound Specified for Partition

2018-11-22 Thread ramsiddu007
Thank you for the clarification. On Thu, 22 Nov 2018 at 13:30, Alban Hertroys wrote: > > > 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

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 range bound specified for partition "test_upto_100" >