23 Jul
2007
23 Jul
'07
10:34 a.m.
Peter Nixon wrote:
To even create a Postgresql "radius" user, you have to "su - postgres ; createuser radius" as you cannot connect to the db as the "postgres" DB super user unless you are logged into the system as the "postgres" system user.
Even printing out a sequence of commands to run is better than nothing.
I am also not sure that we want to be automagically changing the postgresql config file and restarting it. IMHO these operations are best left to the DBA, however making those operations as easy as possible is obviously a good thing.
Yup. Alan DeKok.