1 FAQ tagged "database cluster"
Viewing 1-1 of 1 FAQ -- PostgreSQL add or create a user account and grant permission for database
Q. How do I create a user account called tom and grant permission for database called jerry?
A. You need to use following commands.
=> adduser - UNIX/Linux adduser command to add a user to /etc/passwd file
=> psql => It is a terminal-based front-end to PostgreSQL.
=> CREATE USER - Adds a new user to [...]
Viewing 1-1 of 1 FAQ - ( see all popular tags )


Recent Comments
Yesterday ~ 88 Comments
Yesterday ~ 6 Comments
Yesterday ~ 7 Comments
11/07/2008 11:19 am (4 weeks ago) ~ 7 Comments
Yesterday ~ 5 Comments