PostgreSQL 8.1 and earlier does not support if exists before drop (Eric Dalquist)

Description

Only PostgreSQL 8.2 and later support the "if exists" syntax when dropping tables. The change made by the commit linked below results in "if exists" being used for all versions of PostgreSQL

https://github.com/hibernate/hibernate-orm/commit/30a0c3843a4b46f8b3077a195a09e903c77bec71

Activity

Steve EbersoleFebruary 9, 2012 at 6:21 AM

Closing for 4.1 release

Former userFebruary 4, 2012 at 2:16 AM

Fixed by HHH-7009.

Fixed

Details

Assignee

Reporter

Components

Fix versions

Affects versions

Priority

Created February 4, 2012 at 2:11 AM
Updated February 9, 2012 at 6:21 AM
Resolved February 4, 2012 at 2:16 AM