missing FROM-clause entry

From: "Brandon Metcalf" <bmetcalf(at)nortel(dot)com>
To: pgsql-general(at)postgresql(dot)org
Subject: missing FROM-clause entry
Date: 2006-10-23 22:35:53
Message-ID: Pine.LNX.4.58L.0610231732310.1695@cash.us.nortel.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

Just upgraded to 8.1.5 and the following UPDATE causes the "missing
FROM-clause entry" error:

UPDATE model_timemap
SET map = updatemap( CASE WHEN replica = 32188 THEN 328787 WHEN replica = 32191 THEN 5739 ELSE -1 END, 1161642129, map)
WHERE replica.replica_id = model_timemap.replica AND replica.proxy = 32189

From what I've read, this typically results from referring to a table
instead of it's alias, but I don't see how that applies here.

--
Brandon

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Thomas H. 2006-10-23 22:40:18 Re: missing FROM-clause entry
Previous Message Ed L. 2006-10-23 22:03:25 failing 8.1.4 autovacuum