postgres user rights update
[mir.git] / doc / INSTALL.postgresql
index bedb96e..7311d29 100755 (executable)
@@ -61,7 +61,7 @@ change to the start-scripts folder in the contrib-part.
        
    edit the start-script in /etc/init.d/postgresql, and make sure 
    postgresql is started with the "-i" option. to enable this insert
-   "-o '-i'" after 'start', which should look like:
+   '-o "-i"' after 'start', which should look like:
    
        start) 
                $ECHO_N "Starting PostgreSQL: "$ECHO_C 
@@ -84,6 +84,12 @@ change to the start-scripts folder in the contrib-part.
    /usr/local/pgsql/bin/createdb test
    /usr/local/pgsql/bin/psql test
 
+8a. Postgresql user
+
+       See INSTALL.mir for basic dealing with postgresql user.
+       Use 'createdb -U postgres' to create a Database. Create
+       tables with different User inside the Database.
+
 
 Fine! - now you can continue with the postgresql-section in INSTALL.mir
 Good luck.