1 FAQ tagged "postgres adding users"
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
Today ~ 1 Comment
Today ~ 5 Comments
Yesterday ~ 18 Comments
Yesterday ~ 3 Comments
Yesterday ~ 4 Comments