Re: [PHP-DB] Grant Privileges on Postgres

2004-09-22 Thread Joshua D. Drake
at you are trying to do. J > > Thank's > > Norma R > > - Original Message - > From: "Bastien Koert" <[EMAIL PROTECTED]> > To: <[EMAIL PROTECTED]> > Sent: Tuesday, September 21, 2004 8:14 PM > Subject: RE: [PHP-DB] Grant Privilege

Re: [PHP-DB] Grant Privileges on Postgres

2004-09-22 Thread Norma Ramirez
tabase in postgres with a single instruction? Thank's Norma R - Original Message - From: "Bastien Koert" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Tuesday, September 21, 2004 8:14 PM Subject: RE: [PHP-DB] Grant Privileges on Postgres > grant all privl

[PHP-DB] Grant Privileges on Postgres

2004-09-21 Thread Norma Ramirez
Hi all, I run this instruction on Postgres psql tool: grant all privileges on database test to newuser; The goal is to give all privileges to newuser(user that is not a superuser) on test, the owner is postgres but I need to give this other user privileges. The problem is, after run this instructio