replace CHANGES.txt with more standard named NEWS file. fill in the NEW file..
[mir.git] / doc / INSTALL.postgresql
index 061d471..7311d29 100755 (executable)
@@ -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.