Re: [HACKERS] Account in postgresql database

2005-06-09 Thread Yann Michel
Hi Hannu, On Thu, Jun 09, 2005 at 01:03:42AM +0300, Hannu Krosing wrote: > > > > I was searching for some information about the storage of the user data > > in postgresql. As far as I know there is one dictionary table for > > storeing all the users of any known database, right? > > > > As we'd

Re: [HACKERS] Account in postgresql database

2005-06-09 Thread Hannu Krosing
On K, 2005-06-08 at 22:40 +0200, Yann Michel wrote: > Hi, > > I was searching for some information about the storage of the user data > in postgresql. As far as I know there is one dictionary table for > storeing all the users of any known database, right? > > As we'd like to provide a postgresql

Re: [HACKERS] Account in postgresql database

2005-06-08 Thread Josh Berkus
Yann, > As we'd like to provide a postgresql database service to our students > we'd like to create one database for each user. This user should be able > to create new accounts for other users but only for his/her database. That's on the TODO list. As far as I know, nobody is currently working

[HACKERS] Account in postgresql database

2005-06-08 Thread Yann Michel
Hi, I was searching for some information about the storage of the user data in postgresql. As far as I know there is one dictionary table for storeing all the users of any known database, right? As we'd like to provide a postgresql database service to our students we'd like to create one database