Sorry about that last one everyone. I misread the quetsion.
'createdb user' seems not to work...
John
************************************
Bernhard,
It seemed to work okay for me. What specifically was the problem?
bash-2.02$ createuser user
Enter user's postgres ID -> 7000
Is user "user" allowed to create databases (y/n) n
Is user "user" allowed to add users? (y/n) n
createuser: user was successfully added
don't forget to create a database for user
bash-2.02$
John
Bernhard Ertl wrote:
> Sorry a stupid question, but might it be that 'user' isn't a valid name
> for a database in Version 6.4? I used it in 6.2 and 6.3 and there it
> worked fine ....
>
> Thanx Be