$libdir
(typically pointing to PGHOME/lib
) is appropriate for most standard installations. If you maintain custom extensions in non-standard locations, you can add multiple directories using colon separators (Linux) or semicolons (Windows). Example: /usr/local/pgmodules:$libdir
. Always verify directory permissions to ensure the PostgreSQL user has read access.@@
operator for full-text search.0
(no limit) works well for most applications. Consider setting a limit (e.g., 1000
or 10000
) if you experience performance issues with full-text search queries or want to prevent excessive result sets in interactive applications. Test various limits during development to find the optimal balance between completeness and performance for your specific use case.Start your journey toward a healthier PostgreSQL with pghealth.
You can explore all features immediately with a free trial β no installation required.
π Start Free Trial