cloudberry icon indicating copy to clipboard operation
cloudberry copied to clipboard

Update help command for ALTER TABLE for gpdb partition table

Open my-ship-it opened this issue 2 years ago • 0 comments

                ereport(ERROR,
                        (errcode(ERRCODE_FEATURE_NOT_SUPPORTED),
                         errmsg("addressing partition by RANK is no longer supported"),
                         errhint("Use partition name or FOR (<partition key value>) instead."),
                         parser_errposition(@3)));

We don't support RANK to address the partition, but the help command still shows it. We should avoid this usage in our official document or help command in formal product.

my-ship-it avatar Jul 24 '23 07:07 my-ship-it