Re: [Devel] Impact of lack of db_replace in postgres module

2005-08-31 Thread Daniel-Constantin Mierla
Hello, On 08/31/05 13:10, Franz Wu wrote: > Hi > I'm trying to use postgresql as db backend for CVS HEAD. When OpenSER > boots, it reports > > find_mod_export: in module postgres not found > > However, this seems not a FATAL error. The daemon goes on running. > > After comparing between postgres

Re: [Devel] Impact of lack of db_replace in postgres module

2005-08-31 Thread Klaus Darilion
Hi Franz! I do not know what db_replace is for. We use here postgres now since 2 years without problems. As long as postgres is up and running ser is running fine. Nevertheless, there are sure some parts of the postgres module which need review. Once I studied ser cvs and mysql commits and there

[Devel] Impact of lack of db_replace in postgres module

2005-08-31 Thread Franz Wu
Hi I'm trying to use postgresql as db backend for CVS HEAD. When OpenSER boots, it reports find_mod_export: in module postgres not found However, this seems not a FATAL error. The daemon goes on running. After comparing between postgres / mysql / db, I found that db_replace function is not