pg_textsearch extension support on Azure Database for PostgreSQL

Miguel Silva 20 Reputation points
2026-02-04T11:35:19.82+00:00

Are there any plans to add support for the pg_textsearch extension (https://github.com/timescale/pg_textsearch) to Azure Database for PostgreSQL? This extension offers advanced full-text search capabilities that would be highly beneficial for users who require efficient and flexible text search in their PostgreSQL databases.

Azure Database for PostgreSQL
0 comments No comments
{count} votes

Answer accepted by question author
  1. Saraswathi Devadula 14,145 Reputation points Microsoft External Staff Moderator
    2026-02-04T12:07:21.8066667+00:00

    Hello **Miguel Silva

    I have discussed with my Internal team, and they are currently evaluating the pg_textsearch extension and other capable extensions, though it is not currently on our roadmap. We don't have an ETA yet.

    However, we can deliver equivalent search functionality using PostgreSQL’s built‑in full‑text search plus the extensions that are available (pg_trgm, unaccent, dict_xsyn, fuzzystrmatch). This covers fast indexed keyword search, relevance ranking, synonyms, accent-insensitive matching, and optional typo‑tolerance ...etc.

    0 comments No comments

0 additional answers

Sort by: Most helpful

Your answer

Answers can be marked as 'Accepted' by the question author and 'Recommended' by moderators, which helps users know the answer solved the author's problem.