"Massa, Harald Armin" <[email protected]> writes: > I want to provide a "suggest word as you type" feature in an application > (like google suggest). > All the documents are - of course - stored within a PostgreSQL > database, within TEXT columns.
See pg_trgm. http://www.postgresql.org/docs/8.4/static/pgtrgm.html Regards, -- dim -- Sent via pgsql-general mailing list ([email protected]) To make changes to your subscription: http://www.postgresql.org/mailpref/pgsql-general
