Re: bayes_sql_username doesn't work in 3.1.0pre4/postgres.

2005-07-25 Thread Michael Parker
Matthew Schumacher wrote: >Thanks for your reply Michael. > >After further looking, the problem isn't the username or the connect_db >method, it's the _initialize_db method that is failing. > >The debugging prints, "unable to initialize database for nobody user, >aborting!" which caused me to thin

Re: bayes_sql_username doesn't work in 3.1.0pre4/postgres.

2005-07-25 Thread Matthew Schumacher
Michael Parker wrote: > Matthew Schumacher wrote: > > >>It seems that sa always tries to login to the db as the running user >>instead of the defined db user. Is this the expected behavior? If so >>the documentation should be changed. >> >>schu >> >> >> > > Nothing is that code has changed in

Re: bayes_sql_username doesn't work in 3.1.0pre4/postgres.

2005-07-25 Thread Michael Parker
Matthew Schumacher wrote: >It seems that sa always tries to login to the db as the running user >instead of the defined db user. Is this the expected behavior? If so >the documentation should be changed. > >schu > > > Nothing is that code has changed in forever, so you're gonna have to provide

bayes_sql_username doesn't work in 3.1.0pre4/postgres.

2005-07-25 Thread Matthew Schumacher
It seems that sa always tries to login to the db as the running user instead of the defined db user. Is this the expected behavior? If so the documentation should be changed. schu