GAUSS-01941 -- GAUSS-01950
GAUSS-01941: "invalid column number %d"
SQLSTATE: XX000
Description: Internal system error.
Solution: Contact technical support.
GAUSS-01942: "too few entries in colnames list"
SQLSTATE: XX000
Description: Internal system error.
Solution: Contact technical support.
GAUSS-01943: "must index at least one column"
SQLSTATE: XX000
Description: Internal system error.
Solution: Contact technical support.
GAUSS-01944: "user-defined indexes on system catalog tables are not supported"
SQLSTATE: 0A000
Description: User-defined indexes cannot be created in system catalogs.
Solution: Do not create indexes in system catalogs.
GAUSS-01945: "concurrent index creation on system catalog tables is not supported"
SQLSTATE: 0A000
Description: Indexes cannot be concurrently created in system catalogs.
Solution: Do not concurrently create indexes in system catalogs.
GAUSS-01946: "shared indexes cannot be created after gs_initdb"
SQLSTATE: 55000
Description: Internal system error.
Solution: Contact technical support.
GAUSS-01947: "constraint must be PRIMARY, UNIQUE or EXCLUDE"
SQLSTATE: XX000
Description: Internal system error.
Solution: Contact technical support.
GAUSS-01948: "constraints cannot have index expressions"
SQLSTATE: XX000
Description: Internal system error.
Solution: Contact technical support.
GAUSS-01949: "DROP INDEX CONCURRENTLY must be first action in transaction"
SQLSTATE: 0A000
Description: DROP INDEX CONCURRENTLY must be the first statement in a transaction block.
Solution: Adjust the statement block sequence. Concurrently delete the first statements of indexes.
GAUSS-01950: "invalid indnatts %d for index %u"
SQLSTATE: XX000
Description: Internal system error.
Solution: Contact technical support.
Feedback
Was this page helpful?
Provide feedbackThank you very much for your feedback. We will continue working to improve the documentation.