行存
GS_101020000
错误码:could not write block %u in file %s: wrote only %d of %d bytes.
解决方案:请检查是否有可用空间。
level: ERROR
GS_101040040
错误码:could not extend file %s: %m.
解决方案:请检查是否有可用空间。
level: ERROR
GS_101040041
错误码: could not extend file %s: wrote only %d of %d bytes at block %u.
解决方案:请检查是否有可用空间。
level: ERROR
GS_101120151
错误码: data type %s has no default operator class for access method %s.
解决方案:必须为索引指定运算符类,或为数据类型定义默认运算符类。
level: ERROR
GS_101120154
错误码: Table with OID \%u\ doesn't exit.
解决方案:执行“REINDEX DATABASE”操作时,请不要删除表。
level: LOG
GS_101120203
错误码: no collation was derived for column %s with collatable type %s.
解决方案:请使用COLLATE子句显式设置排序规则。
level: ERROR
GS_101120274
错误码: invalid fork name.
解决方案:有效的分支名称为\main\。
level: ERROR
GS_101130074
错误码: column %s is of type %s but default expression is of type %s.
解决方案:您需要重写或强制转换表达式。
level: ERROR
GS_101130105
错误码: Tuple does not match the descriptor.
解决方案:从网络接收到的数据不正确。
level: ERROR
GS_101140135
错误码: partitioned table does not support global index.
解决方案:请设置behavior_compat_options = 'create_partition_local_index' 来默认创建本地索引。
level: ERROR
GS_101140224
错误码: 'could not stat file %s: %m'
解决方案:I/O 错误。
level: ERROR
GS_101140235
错误码: cannot truncate a table referenced in a foreign key constraint.
解决方案:请确保当前要截断的表没有被其他表引用。如果是,则将两个都删除。
level: ERROR
GS_101180046
错误码: type %s already exists.
解决方案:关系具有同名的关联类型。
level: ERROR
GS_101200911
错误码: If we can not reuse the index.
解决方案:请重新索引。
level: defence_errlevel()
GS_101200912
错误码: could not determine which collation to use for index expression.
解决方案:请使用COLLATE子句显式设置排序规则。
level: ERROR
GS_101201807
错误码: The 'DISTRIBUTE BY' clause is not specified. Using %s by default.
解决方案:请使用“DISTRIBUTE BY”子句指定合适的数据分布列。
level: NOTICE