From 5d9f54ab9ea4652d2a97f1d2b3d152f20f664ab8 Mon Sep 17 00:00:00 2001 From: Mark Hymers Date: Thu, 1 Sep 2011 22:07:47 +0100 Subject: [PATCH] Make permissions cascade properly Signed-off-by: Mark Hymers --- setup/README | 3 +++ 1 file changed, 3 insertions(+) diff --git a/setup/README b/setup/README index 08f5c14f..1ea78ee3 100644 --- a/setup/README +++ b/setup/README @@ -41,6 +41,9 @@ Create the additional roles: # createuser -S -R -D ftpmaster # createuser -S -R -D ftpteam # createuser -S -R -D ftptrainee +# psql -d projectb -c "ALTER GROUP ftpteam ADD USER ftpmaster" +# psql -d projectb -c "ALTER GROUP ftptrainee ADD USER ftpmaster" +# psql -d projectb -c "ALTER GROUP ftptrainee ADD USER ftpteam" Create an empty database with SQL_ASCII encoding: # createdb -T template0 -E SQL_ASCII -O dak projectb -- 2.39.2