Changes

Jump to navigation Jump to search
1 byte added ,  11:10, 24 August 2017
Line 100: Line 100:  
  postgres=# alter user username with encrypted password 'password';
 
  postgres=# alter user username with encrypted password 'password';
 
ALTER ROLE
 
ALTER ROLE
postgres=# grant all privileges on database databasename to username;
+
postgres=# grant all privileges on database databasename to username;
    
GRANT
 
GRANT

Navigation menu