Alon Bar-Lev has uploaded a new change for review. Change subject: packaging: setup: database: fix typo in manual instructions ......................................................................
packaging: setup: database: fix typo in manual instructions Bug-Url: https://bugzilla.redhat.com/show_bug.cgi?id=1067548 Change-Id: I4c7c3a7cc66dcb38222ddc21ff767be79a613266 Signed-off-by: Alon Bar-Lev <[email protected]> --- M packaging/setup/plugins/ovirt-engine-setup/ovirt-engine-dwh/db/connection.py 1 file changed, 1 insertion(+), 1 deletion(-) git pull ssh://gerrit.ovirt.org:29418/ovirt-dwh refs/changes/67/25867/1 diff --git a/packaging/setup/plugins/ovirt-engine-setup/ovirt-engine-dwh/db/connection.py b/packaging/setup/plugins/ovirt-engine-setup/ovirt-engine-dwh/db/connection.py index fba298c..a644ed7 100644 --- a/packaging/setup/plugins/ovirt-engine-setup/ovirt-engine-dwh/db/connection.py +++ b/packaging/setup/plugins/ovirt-engine-setup/ovirt-engine-dwh/db/connection.py @@ -137,7 +137,7 @@ "\n" "create role {user} with login encrypted password '{user}'" ";\n" - "create {database} engine owner {user}\n" + "create {database} owner {user}\n" " template template0\n" " encoding 'UTF8' lc_collate 'en_US.UTF-8'\n" " lc_ctype 'en_US.UTF-8';\n" -- To view, visit http://gerrit.ovirt.org/25867 To unsubscribe, visit http://gerrit.ovirt.org/settings Gerrit-MessageType: newchange Gerrit-Change-Id: I4c7c3a7cc66dcb38222ddc21ff767be79a613266 Gerrit-PatchSet: 1 Gerrit-Project: ovirt-dwh Gerrit-Branch: master Gerrit-Owner: Alon Bar-Lev <[email protected]> _______________________________________________ Engine-patches mailing list [email protected] http://lists.ovirt.org/mailman/listinfo/engine-patches
