# Postgres Full Text Search vs the rest

DevFeed: [Postgres Full Text Search vs the rest](<https://devfeed.tech/articles/postgres-full-text-search-vs-the-rest-503.md>)

Original publisher: [Read original article](<https://supabase.com/blog/postgres-full-text-search-vs-the-rest>)

Author: Victor

Published: 2022-10-14T07:00:00Z

Content type: comparison

Language: en

Sources: [Supabase Blog](<https://devfeed.tech/sources/supabase-blog.md>)

Topics: [Database](<https://devfeed.tech/topics/database.md>), [elasticsearch](<https://devfeed.tech/topics/elasticsearch.md>)

Tags: [database](<https://devfeed.tech/tags/database.md>), [elasticsearch](<https://devfeed.tech/tags/elasticsearch.md>), [extensions](<https://devfeed.tech/tags/extensions.md>), [postgres](<https://devfeed.tech/tags/postgres.md>), [search](<https://devfeed.tech/tags/search.md>), [sqlite](<https://devfeed.tech/tags/sqlite.md>)

## AI overview

The article compares PostgreSQL full-text search with dedicated search engines and introduces how to set up and use PostgreSQL FTS.

## Source excerpt

Comparing one of the most popular Postgres features against alternatives