DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG·
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
<http://issues.apache.org/bugzilla/show_bug.cgi?id=41181>.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND·
INSERTED IN THE BUG DATABASE.

http://issues.apache.org/bugzilla/show_bug.cgi?id=41181





------- Additional Comments From [EMAIL PROTECTED]  2007-02-25 23:49 -------
Hi,

I've had the same problem and i've solved it like this :
 - add a USING foo1, foo2,... clause in the query

ex :
delete from VERSION_HISTORY
using URI
where VERSION_HISTORY.URI_ID = URI.URI_ID and URI.URI_STRING = ?

It works for me (PostgreSQL 8.2.3)


Nicolas Aguilé

-- 
Configure bugmail: http://issues.apache.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to