GAUSS-01931 -- GAUSS-01940
GAUSS-01931: "cannot drop %s because other objects depend on it"
SQLSTATE: 2BP01
Description: This object cannot be deleted because other objects depend on it.
Solution: Remove the dependency relationship. Alternatively, delete the depending objects.
GAUSS-01932: "cannot drop desired object(s) because other objects depend on them"
SQLSTATE: 2BP01
Description: These objects cannot be deleted because other objects depend on them.
Solution: Use drop cascade to delete the depending objects.
GAUSS-01933: "invalid varlevelsup %d"
SQLSTATE: XX000
Description: Internal system error.
Solution: Contact technical support.
GAUSS-01934: "invalid varno %d"
SQLSTATE: XX000
Description: Internal system error.
Solution: Contact technical support.
GAUSS-01935: "already-planned subqueries not supported"
SQLSTATE: XX000
Description: Internal system error.
Solution: Contact technical support.
GAUSS-01936: "invalid resultRelation %d"
SQLSTATE: XX000
Description: Internal system error.
Solution: Contact technical support.
GAUSS-01937: "invalid objectSubId 0 for object class %u"
SQLSTATE: XX000
Description: Internal system error.
Solution: Contact technical support.
GAUSS-01938: "could not find tuple for rule %u"
SQLSTATE: XX000
Description: Internal system error.
Solution: Contact technical support.
GAUSS-01939: "no namespace name supplied"
SQLSTATE: XX000
Description: The namespace name is not provided while it is created.
Solution: Provide the namespace name.
GAUSS-01940: "primary keys cannot be expressions"
SQLSTATE: 0A000
Description: Primary keys cannot be expressions.
Solution: Reselect the primary key.
Feedback
Was this page helpful?
Provide feedbackThank you very much for your feedback. We will continue working to improve the documentation.