You need to enable JavaScript to run this app.
导航
常见错误日志列表
最近更新时间:2024.10.28 14:42:47首次发布时间:2021.12.01 15:37:08
场景日志大致内容格式日志级别
实例启停the database system is shutting downFATAL

连接中断

terminating connection due to administrator command

FATAL

terminating connection due to unexpected postmaster exitFATAL
terminating connection due to immediate shutdown commandFATAL
connection to client lostFATAL

SQL 语法解析出错

syntax error at or near xxx

ERROR

division by zeroERROR
function xxx does not existERROR
function with OID xxx does not existERROR
column xxx does not existERROR
column xxx of relation xxx does not existERROR

权限相关错误

password authentication failed for user xxx

FATAL

permission denied for table xxxERROR
permission denied for function xxxERROR
role xxx does not existFATAL
role with OID xxx does not existFATAL

资源不足

out of memory

ERROR

could not write to file xxxERROR
could not open file xxxERROR
could not create shared memory segment: xxxFATAL

数据完整性问题

item order invariant violated for index: xxx

ERROR

can't find left sibling high key in indexERROR
duplicate key value violates unique constraintERROR
null value in column xxx violates not-null constraintERROR
foreign key constraint cannot have xxx columnsERROR
foreign key constraint xxx cannot be implementedERROR
foreign key constraints are not supported on foreign tablesERROR

事务相关问题

could not serialize access due to concurrent update

ERROR

could not serialize access due to concurrent deleteERROR
invalid transaction terminationERROR
deadlock detectedERROR
current transaction is aborted xxxERROR