GAUSS-00871 -- GAUSS-00880
GAUSS-00871: "can not set unusable index partition against NON-PARTITIONED index"
SQLSTATE: XX000
Description: The statement on setting unusable index partitions is run for a non-partitioned table.
Solution: Do not run this statement for non-partitioned tables.
GAUSS-00872: "can not set all index unusable on one partition against NON-PARTITIONED table"
SQLSTATE: XX000
Description: The statement on setting unusable full index partitions is run for a non-partitioned table.
Solution: Do not run this statement for non-partitioned tables.
GAUSS-00873: "can not enable row movement against NON-PARTITIONED table"
SQLSTATE: XX000
Description: The statement on enabling row movements is run for a non-partitioned table.
Solution: Do not run this statement for non-partitioned tables.
GAUSS-00874: "can not disable row movement against NON-PARTITIONED table"
SQLSTATE: XX000
Description: The statement on disabling row movements is run for a non-partitioned table.
Solution: Do not run this statement for non-partitioned tables.
GAUSS-00875: "can not truncate partition against NON-PARTITIONED table"
SQLSTATE: XX000
Description: The statement on truncating partitions is run for a non-partitioned table.
Solution: Do not run this statement for non-partitioned tables.
GAUSS-00876: "can not exchange partition against NON-PARTITIONED table"
SQLSTATE: XX000
Description: The statement on modifying partitions is run for a non-partitioned table.
Solution: Do not run this statement for non-partitioned tables.
GAUSS-00877: "can not merge partition against NON-PARTITIONED table"
SQLSTATE: XX000
Description: The statement on merging partitions is run for a non-partitioned table.
Solution: Do not run this statement for non-partitioned tables.
GAUSS-00878: "can not split partition against NON-PARTITIONED table"
SQLSTATE: XX000
Description: The statement on splitting partitions is run for a non-partitioned table.
Solution: Do not run this statement for non-partitioned tables.
GAUSS-00880: "the current relation have already reached max number of partitions"
SQLSTATE: XX000
Description: The maximum number of partitions of a relation table has been reached.
Solution: Add partitions to the relation table after reducing the number of its partitions.
Last Article: GAUSS-00861 -- GAUSS-00870
Next Article: GAUSS-00881 -- GAUSS-00890
Did this article solve your problem?
Thank you for your score!Your feedback would help us improve the website.