Removing deprecated option -q for PostgreSQL client commands (Closes: #548875).

bzr revid: p_christ@hol.gr-20101019095443-x859rv11yxav91o4
This commit is contained in:
Mathias Behrle 2010-10-19 12:54:43 +03:00 committed by P. Christeas
parent 151ee3fac9
commit 68dd8577b5
1 changed files with 1 additions and 1 deletions

View File

@ -15,7 +15,7 @@ explanation how to achieve this (you need to execute all commands as root):
1. Creating the database user 1. Creating the database user
# su - postgres -c "createuser -q --createdb --no-createrole --pwprompt openerp" # su - postgres -c "createuser --createdb --no-createrole --pwprompt openerp"
Note: If you want to run the database as another user than 'openerp', you Note: If you want to run the database as another user than 'openerp', you
need to replace 'openerp' above with the user you want instead, and you need to replace 'openerp' above with the user you want instead, and you