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 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. > > Any comments or solutions are welcome.
see if db_user_namespace (in postgresql.conf) can solve your problem -- Hannu Krosing <[EMAIL PROTECTED]> ---------------------------(end of broadcast)--------------------------- TIP 9: the planner will ignore your desire to choose an index scan if your joining column's datatypes do not match