Bug 39830

Summary: PostgresRDBMSAdapter is not compatible with Postgres 8.1
Product: Slide Reporter: Tassos Bassoukos <abassouK>
Component: StoresAssignee: Slide Developer List <slide-dev>
Status: NEW ---    
Severity: normal    
Priority: P2    
Version: 2.1   
Target Milestone: ---   
Hardware: All   
OS: other   

Description Tassos Bassoukos 2006-06-17 09:37:02 UTC
The PostgresRDBMSAdapter uses SQL statements of the form "DELETE FROM table,
table2 AS foo, ...", which is no longer compatible with Postgres 8.1, which uses
the form "DELETE FROM table USING table2 AS foo, ...".