From 7c7de65cbb940ef5a0879d93351403aac969a889 Mon Sep 17 00:00:00 2001 From: Frédéric Buclin Date: Sat, 27 Nov 2010 22:10:02 +0100 Subject: Bug 416784: In PostgreSQL 8.1 and newer, createuser takes the argument -R instead of -A r=manu a=LpSolit --- docs/en/xml/installation.xml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'docs') diff --git a/docs/en/xml/installation.xml b/docs/en/xml/installation.xml index f311149b6..cf4584a70 100644 --- a/docs/en/xml/installation.xml +++ b/docs/en/xml/installation.xml @@ -843,12 +843,12 @@ max_allowed_packet=4M As the postgres user, you then need to create a new user: - bash$ createuser -U postgres -dAP bugs + bash$ createuser -U postgres -dRSP bugs When asked for a password, provide the password which will be set as $db_pass in localconfig. - The created user will have the ability to create databases and will not be - able to create new users. + The created user will not be a superuser (-S) and will not be able to create + new users (-R). He will only have the ability to create databases (-d).
-- cgit v1.2.3-24-g4f1b