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 (
> 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
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: