+ Reply to Thread
Results 1 to 1 of 1
-
Administrator
- Join Date
- Mar 2010
- Posts
- 76
Grand Privilege on Postgres Database
To grand 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