GAUSS-01691 -- GAUSS-01700
GAUSS-01692: “cannot insert into view '%s'”
SQLSTATE: 55000
Description: Data is inserted into a view.
Solution: Do not insert data into any view.
GAUSS-01693: “cannot update view '%s'”
SQLSTATE: 55000
Description: The view cannot be updated.
Solution: Use the ON UPDATE DO INSTEAD rule or INSTEAD OF UPDATE trigger.
GAUSS-01694: “cannot delete from view '%s'”
SQLSTATE: 55000
Description: Data cannot be deleted from the view.
Solution: Use the ON UPDATE DO INSTEAD rule or INSTEAD OF UPDATE trigger.
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.