GAUSS-00861 -- GAUSS-00870

GAUSS-00865: “invalid range partiiton table definition”

SQLSTATE: 42601

Description: When the ComparePartitionValue function is called, the definition of a partitioned table is invalid.

Solution: Select a valid partitioned table.

GAUSS-00866: “there is no partition key”

SQLSTATE: 42601

Description: When the ComparePartitionValue function is called, no partition value exists.

Solution: Select a valid partitioned table.

GAUSS-00868: “partition bound of partition '%s' is too low”

SQLSTATE: 42601

Description: When the ComparePartitionValue function is called, the partition bound of a partitioned table is excessively low.

Solution: Check the table creation statement to ensure that the boundary values of the partition progressively increase.

GAUSS-00869: “can not add partition against NON-PARTITIONED table”

SQLSTATE: XX000

Description: Partitions cannot be added to a non-partitioned table.

Solution: Modify the table to a partitioned table, or cancel this operation.

GAUSS-00870: “can not drop partition against NON-PARTITIONED table”

SQLSTATE: XX000

Description: Partitions cannot be deleted from a non-partitioned table.

Solution: Cancel this operation.

Feedback
编组 3备份
    openGauss 2024-05-06 00:44:54
    cancel