> > > Very inconvenient to log in as root then su postgres then back to User
> > > login to
> > > development tools..
> >
> > I have no idea why you would do that.
> >
>
> You are indicating I should not do what?
> Login as root then su to postgres or
> Log back to user to use development tools?
> I do not auto start any servers because....
> I am doing comparative development and each
> development machine all 5 have installed
> Sybase...DB2...PostgreSQL..MySQL..
> I don't want all 4 RDBMS running only the
> current working develpment session.
> So, I manually start Database servers.
Well, you can install postgres as a user other than postgres.
If you're the only user doing this, that's probably the easiest
thing for you, just install it as your own user, that way you
don't need to su at all.