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
> 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"
>