Eli Mesika has uploaded a new change for review. Change subject: core: Ignore temporary tables exists in engine database ......................................................................
core: Ignore temporary tables exists in engine database Ignore temporary tables exists in engine database upon upgrade. Change-Id: I3664a60e1e97e52875882864995e41f3776f7fcd Bug-Url: https://bugzilla.redhat.com/show_bug.cgi?id=1034929 Signed-off-by: Eli Mesika <[email protected]> --- M packaging/setup/plugins/ovirt-engine-setup/db/schema.py 1 file changed, 1 insertion(+), 1 deletion(-) git pull ssh://gerrit.ovirt.org:29418/ovirt-engine refs/changes/96/21896/1 diff --git a/packaging/setup/plugins/ovirt-engine-setup/db/schema.py b/packaging/setup/plugins/ovirt-engine-setup/db/schema.py index 3e5cf74..09de48d 100644 --- a/packaging/setup/plugins/ovirt-engine-setup/db/schema.py +++ b/packaging/setup/plugins/ovirt-engine-setup/db/schema.py @@ -112,7 +112,7 @@ pg_namespace nsp on nsp.oid = cls.relnamespace where nsp.nspname not in ('information_schema', 'pg_catalog') and - nsp.nspname not like 'pg_toast%%' and + nsp.nspname not like 'pg_%%' and rol.rolname != %(user)s order by nsp.nspname, -- To view, visit http://gerrit.ovirt.org/21896 To unsubscribe, visit http://gerrit.ovirt.org/settings Gerrit-MessageType: newchange Gerrit-Change-Id: I3664a60e1e97e52875882864995e41f3776f7fcd Gerrit-PatchSet: 1 Gerrit-Project: ovirt-engine Gerrit-Branch: ovirt-engine-3.3 Gerrit-Owner: Eli Mesika <[email protected]> _______________________________________________ Engine-patches mailing list [email protected] http://lists.ovirt.org/mailman/listinfo/engine-patches
