PostgreSQL Extensions
Last updated
Was this helpful?
Last updated
Was this helpful?
Aidbox requires specific PostgreSQL extensions to function properly. There are required and optional PostgreSQL extensions:
If any required extensions are missing, Aidbox wonβt start.
Optional extensions enhance functionality but are not critical. Missing optional extensions will trigger a warning at startup.
β A text search dictionary that removes diacritics. Used in some searches.
β Support for similarity of text using trigram matching. Useful for some indexes.
β String similarities functions. Used by only.
β Useful functions for jsonb. It was the only way to create complex search queries in jsonb before PostgreSQL 12 ().
β Support similarity queries. Used by only.
β A PostgreSQL job scheduler.
β Track statistics.
β Support storing, indexing, and querying geographic data. Used by search parameter only.