
once the DB is created, login with user postgres and execute: grant all on database otrs to otrs; Hope I'm answering your question: the idea is to simply grant the otrs user permission to anything in db otrs. -------------------------------------------------------- This message was sent using MetroWEB's AirMail service. http://www.metroweb.co.za/ - full access for only R59. Free WebMail, Calendar, Anti-Virus, Anti-Spam, 10 emails Phone Now! 086 11 11 440

On Friday, February 27, 2004, at 05:01 AM, henry@metroweb.co.za wrote:
once the DB is created, login with user postgres and execute:
grant all on database otrs to otrs;
Thanks for the tip. I tried this command but its a postgres 7.3 command, not a 7.2 command === postgres 7.2 help === otrs=# \h grant Command: GRANT Description: define access privileges Syntax: GRANT { { SELECT | INSERT | UPDATE | DELETE | RULE | REFERENCES | TRIGGER } [,...] | ALL [ PRIVILEGES ] } ON [ TABLE ] objectname [, ...] TO { username | GROUP groupname | PUBLIC } [, ...] otrs=# === Thanks Peter
participants (2)
-
henry@metroweb.co.za
-
peter McGregor