Select for update with outer join broken?

From: Josh Berkus <josh(at)agliodbs(dot)com>
To: PostgreSQL-development <pgsql-hackers(at)postgresql(dot)org>
Subject: Select for update with outer join broken?
Date: 2006-09-30 19:12:29
Message-ID: 200609301212.29547.josh@agliodbs.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

All,

Some change which was made in the last couple weeks broke select for update
with an outer join:

Please examine the SQLException for more information.
NestedException: org.postgresql.util.PSQLException: ERROR: SELECT FOR  
UPDATE/SHARE cannot be applied to the nullable side of an outer join
         at  
com.sun.jdo.spi.persistence.support.sqlstore.SQLStoreManager.throwJDOSql
Exception(SQLStoreManager.java:632)

This was working per SQL spec before beta ... what happened? Error above is
from Thursday's snapshot.

--
Josh Berkus
PostgreSQL @ Sun
San Francisco

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Stefan Kaltenbrunner 2006-09-30 19:14:30 Re: libedit broke in head
Previous Message Tom Lane 2006-09-30 19:00:57 Re: libedit broke in head