Re: [GENERAL] newbie : setting access for users in a web enviroment

2005-12-24 Thread robert mena
AIL PROTECTED]> wrote: > Am Freitag, 23. Dezember 2005 22:06 schrieb robert mena: > > GRANT CREATE,REFERENCES ON DATABASE test TO testadm; > > > > \z > > Access privileges for database "test" > > Schema | Name | Type | Access privileges > > +---

[GENERAL] newbie : setting access for users in a web enviroment

2005-12-23 Thread robert mena
Hi, I am new to postgres but coming from a MySQL enviroment. I am confused with the necessary steps to create users and restrict them to access/delete/insert/update data and create/delete/alter tables in a specific database. I've created a database test and a user testadm createdb test create