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.
Feedback
Was this page helpful?
Provide feedbackThank you very much for your feedback. We will continue working to improve the documentation.See the reply and handling status in My Cloud VOC.
For any further questions, feel free to contact us through the chatbot.
Chatbot