Supported Extensions for Render Postgres

Render Postgres databases support a wide variety of popular extensions (pgvector, postgis, and so on). Your database's PostgreSQL version determines exactly which extensions are supported, along with how you add them:

PostgreSQL 13 and later

To enable any supported extension, run the CREATE EXTENSION command like so:

To run this command, you can start a psql session in your terminal. Use the PSQL Command provided on your database's Info page in the Render Dashboard.

Except where noted, these extensions are available for all databases running PostgreSQL 13 or later: