How to Create more than one account for PostgreSQL? I need to order additional services, or default i have permission for creating more PostgreSQL accounts? P.S. Sorry for my bad english. ;) asked 26 Dec '10, 06:54 cashflow |
Right now, you can't do this on the shared PostgreSQL instance. This is something we have planned for an upcoming revision of our control panel (along with a slew of other much needed database-related features). In the mean time you'll need to compile your own instance of PostgreSQL if you need multiple users with access to the same database. answered 26 Dec '10, 06:58 David L ♦♦ |
For more than three years, I've been able to provide multiple different users different levels of permission to the same MySql database using this technique I don't use PostgreSQL, so I can't say whether something similar would work here. answered 30 Dec '10, 09:07 cesnn |