> When I request a list of databases (psql -l), the one named contacts is > there. However, when I open the database (psql contacts), there's no one > home; that is, 'psql -d' returns 'no relations found.' > > I need a clue on how to let user 'xrms' access the database 'contacts' so > the install script runs correctly. You can't grant all on multiple objects. You have to grant on each object explicitly. Joshua D. Drake > > TIA, > > Rich > -- === The PostgreSQL Company: Command Prompt, Inc. === Sales/Support: +1.503.667.4564 || 24x7/Emergency: +1.800.492.2240 Providing the most comprehensive PostgreSQL solutions since 1997 http://www.commandprompt.com/