+ Reply to Thread
Results 1 to 1 of 1
-
Administrator
- Join Date
- May 2008
- Posts
- 45
Grant Privilege on Postgres Database
To grant privilege on Postgres Database ,
GRANT ALL PRIVILEGES ON databasename TO username ;
================================================== =
Example, GRANT ALL PRIVILEGES ON kinds TO manuel;
================================================== =
Note: There is no user@hostname line in Mysql here.
only
GRANT ALL PRIVILEGES ON databasename TO username
Host access permissions are handled in pg_hba.conf seperately.


LinkBack URL
About LinkBacks



Reply With Quote