想找openGauss的参考信息,看这个就够了(1096)

69 阅读1分钟

#openGauss #入门 #安装 #数据库 #开源

知识来源:docs-opengauss.osinfra.cn/zh/

GAUSS-00010: “could not find array type for data type %s”

SQLSTATE: 42704

错误原因:对于某个类型,找不到其对应的数组类型,则报错。

解决办法:如果要使用类型对应的数组类型,可查询pg_type系统表看其是否有对应的或这个兼容的数组类型。

#openGauss #入门 #安装 #数据库 #开源

知识来源:docs-opengauss.osinfra.cn/zh/