Skip to content

Commit

Permalink
#9717 grant CREATE instead of ALL per pdurbin
Browse files Browse the repository at this point in the history
  • Loading branch information
Don Sizemore committed Sep 7, 2023
1 parent 19c62ab commit f71274e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/installer/install.py
Original file line number Diff line number Diff line change
Expand Up @@ -413,7 +413,7 @@

# 3e. set permissions:

conn_cmd = "GRANT ALL PRIVILEGES on DATABASE "+pgDb+" to "+pgUser+";"
conn_cmd = "GRANT CREATE PRIVILEGES on DATABASE "+pgDb+" to "+pgUser+";"
try:
cur.execute(conn_cmd)
except:
Expand Down

0 comments on commit f71274e

Please sign in to comment.