From 08941e4748b55ae24ee9c0be3c0bc03211b4ac4d Mon Sep 17 00:00:00 2001 From: Frederic Daniel Luc Lehobey Date: Sat, 19 Dec 2009 17:37:55 +0100 Subject: [PATCH] Simpler createuser command. --- INSTALL | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/INSTALL b/INSTALL index 6ce019b..b6b2976 100644 --- a/INSTALL +++ b/INSTALL @@ -10,10 +10,9 @@ distributions, minor adaptations might be needed. 2. Creation of a new PostgreSQL user - sudo -u postgres createuser -P maposmatic + sudo -u postgres createuser -P -S -D -R maposmatic - Enter the password twice, and say no to "superuser", "be allowed - to create databases", "be allowed to create more new roles". + Enter the password twice. 3. Creation of the database