full text index / search

From: Philipp Kraus <philipp(dot)kraus(at)flashpixx(dot)de>
To: pgsql-general(at)postgresql(dot)org
Subject: full text index / search
Date: 2012-06-15 15:18:25
Message-ID: CB355189-ED48-4793-982C-7D3CD7007D6D@flashpixx.de
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

Hello,

I have created a table with a text field under PG 9.1, that should store source codes. I would like to search in this text field with regular expressions. I think I need a full-text-index, do I?
How can I create this index, do I need some additional extensions? The PG server runs under OSX (installed on the DMG package).

Thanks

Phil

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Tom Lane 2012-06-15 16:29:31 Re: Empty arrays vs. NULLs, 9.1 & 8.3
Previous Message Alexander Farber 2012-06-15 14:41:44 Re: Trying to execute several queries involving temp tables in a PHP script