Skip to content

Update help command for ALTER TABLE for gpdb partition table #55

@my-ship-it

Description

@my-ship-it
                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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions