GAUSS-01691 -- GAUSS-01700
GAUSS-01691: "Fail to locate the %d result rel!"
SQLSTATE: XX000
Description: The required result table cannot be found.
Solution: Ensure that the result table of the insert or update operation is valid.
GAUSS-01692: "cannot insert into view '%s'"
SQLSTATE: 55000
Description: Records cannot be inserted to a view.
Solution: Do not insert records into any view.
GAUSS-01693: "cannot update view '%s'"
SQLSTATE: 55000
Description: The view cannot be updated.
Solution: Use the ON UPDATE DO INSTEAD or INSTEAD OF UPDATE trigger rule.
GAUSS-01694: "cannot delete from view '%s'"
SQLSTATE: 55000
Description: Data cannot be deleted from the view.
Solution: Use the ON UPDATE DO INSTEAD or INSTEAD OF UPDATE trigger rule.
GAUSS-01695: "unrecognized CmdType: %d"
SQLSTATE: XX000
Description: The view operation is invalid.
Solution: Modify the view operation.
GAUSS-01696: "FDW do not support node type: %d"
SQLSTATE: XX000
Description: Internal system error.
Solution: Contact technical support.
GAUSS-01697: "invalid fork name"
SQLSTATE: 22023
Description: Internal system error.
Solution: Contact technical support.
GAUSS-01698: "invalid relation file path %s."
SQLSTATE: XX000
Description: Internal system error.
Solution: Contact technical support.
GAUSS-01699: "invalid relation file path %s: %m"
SQLSTATE: XX000
Description: Internal system error.
Solution: Contact technical support.
GAUSS-01700: "invalid relpersistence: %c"
SQLSTATE: XX000
Description: Internal system error.
Solution: Contact technical support.
Last Article: GAUSS-01681 -- GAUSS-01690
Next Article: GAUSS-01701 -- GAUSS-01800
Did this article solve your problem?
Thank you for your score!Your feedback would help us improve the website.