Updated on 2024-03-15 GMT+08:00

GAUSS-03831 -- GAUSS-03840

GAUSS-03831: "SELECT rule's target entry %d has different column name from '%s'"

SQLSTATE: 42P17

Description: The column names in the SELECT rule are different.

Solution: Correct the column name in the SELECT rule target entry.

GAUSS-03832: "SELECT rule's target entry %d has different type from column '%s'"

SQLSTATE: 42P17

Description: The column type in the SELECT rule is different from the column type.

Solution: Correct the column type in the SELECT rule.

GAUSS-03833: "SELECT rule's target entry %d has different size from column '%s'"

SQLSTATE: 42P17

Description: The sizes of columns in the SELECT rule are different.

Solution: Modify the size of the column in the SELECT rule target entry.

GAUSS-03834: "SELECT rule's target list has too few entries"

SQLSTATE: 42P17

Description: The SELECT rule target list contains too few entries.

Solution: Correct the number of entries in the SELECT rule target list.

GAUSS-03835: "rule '%s' for relation '%s' does not exist"

SQLSTATE: 42704

Description: The corresponding table does not have the disable or enable rule.

Solution: Modify the table rules.

GAUSS-03836: "rule '%s' does not exist"

SQLSTATE: 42704

Description: The rule for the corresponding table does not exist.

Solution: Modify the table rules.

GAUSS-03837: "there are multiple rules named '%s'"

SQLSTATE: 42710

Description: Multiple rules with the same name are found.

Solution: Modify the table rules.

GAUSS-03838: "Column store don't support this system column"

SQLSTATE: XX000

Description: Column storage does not support this system column.

Solution: Modify the involved system column.

GAUSS-03839: "Unimplemented vector node %d"

SQLSTATE: XX000

Description: An internal system error occurs. The required node is not vectorized.

Solution: Internal system error. Contact technical support.

GAUSS-03840: "vector iterator is expected"

SQLSTATE: XX000

Description: An internal system error occurs. A vectorized iterator is expected.

Solution: Internal system error. Contact technical support.