ClusterConcept
Missing Database Extension Functions
cluster-269
A recurring failure shape where code assumes a PostgreSQL extension-provided function exists (e.g., trigram similarity) but the database lacks the required extension, leading to undefined-function errors until the extension is installed and enabled.