Skip to content

Commit

Permalink
Merge pull request #5761 from rmansoor/PPP-4776
Browse files Browse the repository at this point in the history
[PPP-4776] - Adding a end and start markers to split the script into two for installer's consumption
  • Loading branch information
rmansoor authored Oct 30, 2024
2 parents b573795 + 74d719a commit 41dbf5f
Showing 1 changed file with 3 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,9 @@ SELECT 'CREATE DATABASE quartz WITH OWNER = pentaho_user ENCODING = ''UTF8'' TAB
WHERE NOT EXISTS (SELECT FROM pg_database WHERE datname = 'quartz')\gexec
GRANT ALL ON DATABASE quartz to pentaho_user;
-- Next psql line will prompt for quartz password. There is no way to specify it without knowing the hostname

--End--
--Begin Connect--
\connect quartz pentaho_user
-- We are now logged into the quartz database as pentaho_user
begin;
Expand Down

0 comments on commit 41dbf5f

Please sign in to comment.