【发布时间】:2012-11-01 04:33:05
【问题描述】:
可能重复:
Cannot update view?
我的网站是使用 Drupal 版本 6 开发的,数据库是 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(来自 SELECT version())。
我的问题是当我更新记录时它显示失败错误。我的查询有什么错误吗?
查询是:
UPDATE uac_institution_view SET status = '2' WHERE nid = '9950'
错误是:
failed : ERROR: infinite recursion detected in rules for relation "uac_institution_view"
我是这个数据库的新手。谁能帮助我如何更新视图?
【问题讨论】:
-
我很困惑;你之前不是发过这个吗?我在您的帖子历史记录中没有看到它,但我以前见过这个 exact 问题。是的,这里是:stackoverflow.com/q/13151566/398670。是你吗:stackoverflow.com/users/1119497/srinu?
-
还相关:stackoverflow.com/a/13151381/398670、bytes.com/topic/postgresql/answers/…、forums.devshed.com/postgresql-help-21/…。这些也是你的帖子吗?它们都是最近的,而且都差不多。如果你不是@srnu,你在发帖前搜索过吗?
标签: php postgresql drupal-6 sql-update