164 Star 224 Fork 1.2K

openGauss / docs

Create your Gitee Account
Explore and code with more than 12 million developers,Free private repositories !:)
Sign up
Clone or Download
GAUSS-00691----GAUSS-00700.md 2.08 KB
Copy Edit Raw Blame History
liyang authored 2020-12-18 11:47 . error code

GAUSS-00691 -- GAUSS-00700

GAUSS-00691: "column '%s' has a collation conflict"

SQLSTATE: 42P21

错误原因:列存在排序规则冲突。

解决办法:检查排序规则是否一致。

GAUSS-00692: "column '%s' has a storage parameter conflict"

SQLSTATE: 42804

错误原因:列存在存储参数冲突。

解决办法:检查存储参数是否一致。

GAUSS-00693: "column '%s' inherits conflicting default values"

SQLSTATE: 42611

错误原因:列继承与默认值冲突。

解决办法:列继承不能和默认值冲突。

GAUSS-00694: "check constraint name '%s' appears multiple times but with different expressions"

SQLSTATE: 42710

错误原因:不同表达式的check约束名出现多次。

解决办法:检查不同表达式的check约束名是否出现多次。

GAUSS-00695: "cannot rename column of typed table"

SQLSTATE: 42809

错误原因:对type进行更名操作。

解决办法:不能修改type的列名。

GAUSS-00696: "'%s' is not a table, view, composite type, index, or foreign table"

SQLSTATE: 42809

错误原因:更名的对象不是一个表。

解决办法:不能修改视图、类型、索引或外表的列名。

GAUSS-00697: "inherited column '%s' must be renamed in child tables too"

SQLSTATE: 42P16

错误原因:继承的列在更名时没有在子表中进行修改。

解决办法:继承的列在更名时必须在子表中进行修改。

GAUSS-00698: "cannot rename system column '%s'"

SQLSTATE: 0A000

错误原因:修改系统预留列的列名。

解决办法:不支持修改系统预留列的列名。

GAUSS-00699: "cannot rename inherited column '%s'"

SQLSTATE: 42P16

错误原因:修改继承的列名。

解决办法:禁止修改继承的列名。

GAUSS-00700: "inherited constraint '%s' must be renamed in child tables too"

SQLSTATE: 42P16

错误原因:继承的约束在更名时没有在子表中进行修改。

解决办法:继承的约束在更名时必须在子表中进行修改。

1
https://gitee.com/opengauss/docs.git
git@gitee.com:opengauss/docs.git
opengauss
docs
docs
3.0.0

Search