Re: [GENERAL] created databases as other users...

2004-10-11 Thread Jonathan Villa
For some reason, I never tried $psql --username=testcon testdb I'm trying to use phpPGAdmin at the same time...I guess I was having a tough time using both... thanks Tom for the reply. On Mon, 2004-10-11 at 16:01, Tom Lane wrote: > Jonathan Villa <[EMAIL PROTECTED]> writes: > > $ createdb --ow

Re: [GENERAL] created databases as other users...

2004-10-11 Thread Tom Lane
Jonathan Villa <[EMAIL PROTECTED]> writes: > $ createdb --owner=testcon testdb > but the owner ends up being postgres I don't think so. $ createuser testcon Shall the new user be allowed to create databases? (y/n) n Shall the new user be allowed to create more new users? (y/n) n CREATE USER $ cre

[GENERAL] created databases as other users...

2004-10-11 Thread Jonathan Villa
Is it possible to create a database to be owned by a user that only exists to postgresql or do they have to be shell accounts as well. $ createdb --owner=testcon testdb but the owner ends up being postgres I'm planning to create a different database for each different project I have. I want the