Re: Notice in mnogosearch 3.3.9
Alexander Barkov <[email protected]>
| Newsgroups | gmane.comp.web.mnogosearch.general |
|---|---|
| Message-ID | <[email protected]> |
Hi Yusniel, Yusniel Hidalgo Delgado wrote: > Greetings. I have mnoGoSearch 3.3.9 installed in my system. In my case, > mnoGoSearch is running in blob mode. All it's fine, but when I execute > the command indexer -Eblob, I get the following notice: > NOTICE: la tabla «bdict_tmp» no existe, ignorando. > > It's notice is a problem in mnoGoSearch or is a normal behaviour?. > Greetings. I guess you're using mnoGoSearch with PostgreSQL. Which version of PostgreSQL is it? The above message is caused by this query: DROP TABLE IF EXISTS bdict_tmp; -- for PostgreSQL 8.2.4 and higher or DROP TABLE bdict_tmp; -- for older versions of PostgreSQL If mnoGoSearch works otherwise, you can ignore this message. Or you can suppress this notice in your postgresql.conf using this configuration command: client_min_messages = warning (this command will change min log level sent to the cloent from "notice" to "warning"). Please have a look here for more details: http://www.postgresql.org/docs/8.4/static/runtime-config-logging.html > > > > >