Watch Neon Developer Days 🚀Read More
Reference

Supported PostgreSQL Extensions

Neon supports the PostgreSQL extensions shown in the following table. For extension documentation, select the extension version.

Unless otherwise noted, supported extensions can be installed from the Neon SQL Editor using CREATE EXTENSION syntax.

CREATE EXTENSION <extension_name>

For information about using the Neon SQL Editor, see Query with Neon's SQL Editor.

ExtensionExtension Version (PostgreSQL 14)Extension Version (PostgreSQL 15)Note
address_standardizer3.1.73.1.7
address_standardizer_data_us3.1.73.1.7
bloom1.01.0
btree_gin1.31.3
btree_gist1.61.7
citext1.61.6
cube1.51.5
dict_int1.01.0
earthdistance1.11.1
fuzzystrmatch1.11.1
h3_pg4.0.14.0.1
hstore1.81.8
intagg1.11.1
intarray1.51.5
isn1.21.2
lo1.11.1
ltree1.21.2
pg_prewarm1.21.2
pg_trgm1.61.6
pgcrypto1.31.3
pgrowlocks1.21.2
pgstattuple1.51.5
plpgsql1.01.0Pre-installed with PostgreSQL.
plv83.1.43.1.4
postgis3.3.03.3.1
postgis_raster3.3.03.3.1
postgis_tiger_geocoder3.3.03.3.1Cannot be installed using the Neon SQL Editor. Use your psql user credentials to install this extension.
postgis_topology3.3.03.3.1
seg1.41.4
tablefunc1.01.0
tcn1.01.0
tsm_system_rows1.01.0
tsm_system_time1.01.0
unaccent1.11.1
uuid-ossp1.11.1Double-quote the extension name when installing: CREATE EXTENSION "uuid-ossp"

Extension support notes

  • Neon supports the uuid-ossp extension for generating UUIDs rather than the uuid extension.
  • The sslinfo extension is not supported, as Neon handles connections via a proxy that checks SSL.
  • The pg_cron extension is not supported. Neon scales to zero when it is not being used, which means that a scheduler that runs inside the database cannot be implemented. Consider using an scheduler that runs externally instead.
  • The file_fdw extension is not supported. Files would not remain accessible when Neon scales to zero.

Request extension support

To request support for additional extensions, please contact us at support@neon.tech or post your request to the Neon community forum.

Need help?

Send a request to support@neon.tech, or join the Neon community forum.

Edit this page
Was this page helpful?