On 20 October 2010 06:15, Tom Lane wrote:
> "Andrew Tipton" writes:
> > Attempting to execute an UPDATE that joins to another table where the
> join
> > condition is comparing a composite type fails with the (presumably
> internal)
> > error message "psql:testcase.sql:29: ERROR: could not find
"Andrew Tipton" writes:
> Attempting to execute an UPDATE that joins to another table where the join
> condition is comparing a composite type fails with the (presumably internal)
> error message "psql:testcase.sql:29: ERROR: could not find pathkey item to
> sort".
Fixed, thanks for the report!
The following bug has been logged online:
Bug reference: 5716
Logged by: Andrew Tipton
Email address: and...@adioso.com
PostgreSQL version: 9.0.1
Operating system: Ubuntu 10.04
Description:Regression joining tables in UPDATE with composite types
Details:
Attempting