Eli Mesika has submitted this change and it was merged.
Change subject: core: fix drop old uuid functions for pg9.x
......................................................................
core: fix drop old uuid functions for pg9.x
In pg9.x we can not drop the functions without dropping first the
extension (uuid-ossp)
This patch adds a DROP EXTENSION of uuid-ossp for pg 9.x
Change-Id: I45ecf68b27cc04d4592b30e23c774b87e451cabc
Signed-off-by: Eli Mesika <emesika(a)redhat.com>
---
M backend/manager/dbscripts/drop_old_uuid_functions.sql
1 file changed, 26 insertions(+), 11 deletions(-)
Approvals:
Eli Mesika: Verified; Looks good to me, approved
--
To view, visit
http://gerrit.ovirt.org/10778
To unsubscribe, visit
http://gerrit.ovirt.org/settings
Gerrit-MessageType: merged
Gerrit-Change-Id: I45ecf68b27cc04d4592b30e23c774b87e451cabc
Gerrit-PatchSet: 3
Gerrit-Project: ovirt-engine
Gerrit-Branch: master
Gerrit-Owner: Eli Mesika <emesika(a)redhat.com>
Gerrit-Reviewer: Eli Mesika <emesika(a)redhat.com>
Gerrit-Reviewer: Yair Zaslavsky <yzaslavs(a)redhat.com>