I have found the following error at server log:
[20/Jul/2001:17:38:08][8622.1026][-sched-] Notice: Replicating Web
Robots DB, because data in robots table has expired
[20/Jul/2001:17:38:08][8622.4101][-conn0-] Error: Ns_PgExec: result
status: 7 message: ERROR: RelationBuildTriggers: 1 record(s) not
found for rel users
[20/Jul/2001:17:38:08][8622.4101][-conn0-] Error: dbinit: error
(localhost::web,ERROR: RelationBuildTriggers: 1 record(s) not found
for rel users
): '
insert into sec_sessions(session_id, user_id, token,
secure_token, browser_id,
last_ip, last_hit)
values(20445, null, 'i1V6RvzfNDt6AT5oiyDlHMiSxDsEijsQ', '', 6669,
'202.181.209.106', 995621888)
'
[20/Jul/2001:17:38:08][8622.4101][-conn0-] Error: Filter
sec_read_security_info returned error #1: Database operation "dml"
failed
[20/Jul/2001:17:38:08][8622.4101][-conn0-] Error: tclop: invalid
return code from filter proc 'Critical filter sec_read_security_info
failed.': must be filter_ok, filter_return, or filter_break
I have tried to login to Postgres interactive terminal, and
type "select * from users". It returns the following message:
RelationBuildTriggers: 1 record(s) not found for rel users
Then I tried to list out all tables, and the table "users" is still
here, and I can also retrieve the schema of the table by typing "d
users".
What is the problem? Anyone can help? Thanks