Thread: Adding a database and login

Adding a database and login

From
Jamie Deppeler
Date:
Hi,

If i perform a silient Install, is it possible to setup a default
database user with password?



Re: Adding a database and login

From
"Magnus Hagander"
Date:
> Hi,
>
> If i perform a silient Install, is it possible to setup a
> default database user with password?

you mean other than the superuser that the intaller creates?
You can't do it from inside the installer, but you can do it easy enough
with a simple psql command.

//Magnus