Possible Duplicate:
Cannot update view?
My site was developing using Drupal version 6 and db is PostgreSQL 8.3.8 on x86_64-pc-linux-gnu, compiled by GCC gcc-4.4.real (Ubuntu 4.4.1-3ubuntu3) 4.4.1
(from SELECT version()
).
My problem is when I update a record it shows a failed error. Is there any mistake in my query?
The query is:
UPDATE uac_institution_view SET status = '2' WHERE nid = '9950'
and the error is:
failed : ERROR: infinite recursion detected in rules for relation "uac_institution_view"
I am new in this db. Can any one help me how to update a view?