Documentation
PostgreSQL databases

Extensions

Enable supported PostgreSQL extensions for your Sliplane database.

Enable supported PostgreSQL extensions from your database dashboard.

Available Extensions

ExtensionPostgreSQL extension nameWhat it is used for
PL/pgSQLplpgsqlPostgreSQL's procedural language for writing functions and triggers
pg_stat_statementspg_stat_statementsQuery execution statistics for analyzing database performance
PostGISpostgisGeographic objects, spatial indexes, and location-based queries
pgvectorvectorVector embeddings and similarity search for AI and search workloads
pg_uuidv7pg_uuidv7Time-ordered UUIDv7 identifiers
PostgreSQL AnonymizeranonData masking and anonymization workflows
uuid-osspuuid-osspUUID generation functions
pgcryptopgcryptoCryptographic functions, random values, and UUID generation
pg_trgmpg_trgmTrigram matching for fuzzy text search and similarity queries
citextcitextCase-insensitive text values
unaccentunaccentText search dictionary for removing accents from text
hstorehstoreKey-value storage inside a PostgreSQL column

Contact support to request an extension not listed here.

Enabling an Extension

  1. Open the Sliplane dashboard
  2. Go to Databases
  3. Select the PostgreSQL database you want to configure
  4. Open the Extensions section
  5. Enable the extension you need

Notes

Enable an extension before running migrations that depend on it. For example, vector columns require pgvector.

How is this guide?

On this page