X-Git-Url: http://erislabs.net/gitweb/?a=blobdiff_plain;f=doc%2FINSTALL.postgresql;h=7311d29822060132db616ab465ec0b32f8b03c70;hb=176c14736cac0bceef3651e8677feb5de6e9bd99;hp=bedb96e8a9a95da890cf16dfac9ccf97979e6629;hpb=2b7e77f1fde9d0f94dfad93874617e60c5ef515a;p=mir.git diff --git a/doc/INSTALL.postgresql b/doc/INSTALL.postgresql index bedb96e8..7311d298 100755 --- a/doc/INSTALL.postgresql +++ b/doc/INSTALL.postgresql @@ -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.