Re: [GENERAL] Full text search - How to build a filtering dictionary

2012-01-18 Thread Antonio Franzoso
I have a page about it - http://mira.sai.msu.su/~megera/wiki/unaccent Oleg On Wed, 18 Jan 2012, Antonio Franzoso wrote: Hi all, I need to build a synonym dictionary that performs a normalization of tokens just like a filtering dictionary does. I've searched for a filtering dictionar

[GENERAL] Full text search - How to build a filtering dictionary

2012-01-18 Thread Antonio Franzoso
Hi all, I need to build a synonym dictionary that performs a normalization of tokens just like a filtering dictionary does. I've searched for a filtering dictionary template but I've found it. Where Can I find it? Or, if there isn't such a template, How can I build a simple filter dictionary t

Re: [GENERAL] Compiler does not detect support for 64 bit integers

2011-11-24 Thread Antonio Franzoso
Il 23/11/2011 22:44, Tom Lane ha scritto: Antonio Franzoso writes: I'm using Code::block with MinGW on a Windows Seven x64 and I get these errors: ..\..\..\Program Files\PostgreSQL\9.0\include\server\c.h|284|error: #error must have a working 64-bit integer datatype| Um ... did you ru

[GENERAL] Compiler does not detect support for 64 bit integers

2011-11-23 Thread Antonio Franzoso
I'm trying to compile a parser for full text searching starting from the code in this example: http://www.sai.msu.su/~megera/postgres/gist/tsearch/V2/docs/HOWTO-parser-tsearch2.html I'm using Code::block with MinGW on a Windows Seven x64 and I get these errors: ..\..\..\Program Files\PostgreSQ

[GENERAL] How to write a own parser for full text search

2011-11-21 Thread Antonio Franzoso
Hi all, I have installed PostgreSQL server on a Windows Server 2008 server and I need to write a more complex parser than the default one in PostgreSQL. Searching on internet i found this example: http://www.sai.msu.su/~megera/postgres/gist/tsearch/V2/docs/HOWTO-parser-tsearch2.html where the p