Claus
07-12-02, 10:37
| Hi everybody, I am new in this forum, so I like to introduce myself at first: My name is Claus and I am a webdeveloper. In the last time a made experience with the database mysql. For a new job I have to use postgresql, and now I have some trouble with the user administration. From mysql I am used to grant or revoke permissions for a hole database (grant select on db.table ...), with postgresql it seems, that this only works for tables. In the file pg_hba.conf I found a way to revoke permissions for a hole database depending on an IP, but there seems to be no way to do this for single user. tia Claus |