CREATE TABLE tbl_prop_demand_dtls_mango
PARTITION OF tbl_prop_demand_dtls_partition
FOR VALUES FROM (28) TO (28);
I got this error
ERROR: empty range bound specified for partition "tbl_prop_demand_dtls_mango"
DETAIL: Specified lower bound ('28') is greater than or equal to upper bound ('28').