Changes

Jump to navigation Jump to search
174 bytes added ,  14:04, 13 February 2016
no edit summary
Line 23: Line 23:  
From postgres shell account type:
 
From postgres shell account type:
 
  createuser --interactive
 
  createuser --interactive
 +
To change the user password:
 +
ALTER USER postgres WITH ENCRYPTED PASSWORD 'P@$$worD1';
 +
== Create database ==
 +
From the postgres user shell:
 +
createdb test1
 +
== Create table ==

Navigation menu