GAUSS-01941 -- GAUSS-01950

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: Move DROP INDEX CONCURRENTLY to the first statement in a transition block.

GAUSS-01950: “invalid indnatts %d for index %u”

SQLSTATE: XX000

Description:Internal system error.

Solution:Contact technical support.

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