psql: create user 

Joined:
04/07/2009
Posts:
135

July 12, 2010 18:21:07    Last update: July 12, 2010 18:21:07
Create a user named boss with password 'bosspass':
postgres=# create user boss password 'bosspass';
CREATE ROLE
postgres=# 
Share |
| Comment  | Tags