diff --git a/apps/docs/content/docs/postgres/database/postgres-extensions.mdx b/apps/docs/content/docs/postgres/database/postgres-extensions.mdx index d5dc804ccb..0be05b2781 100644 --- a/apps/docs/content/docs/postgres/database/postgres-extensions.mdx +++ b/apps/docs/content/docs/postgres/database/postgres-extensions.mdx @@ -148,4 +148,4 @@ Don't see what you need? [Request an extension](https://pris.ly/i-want-extension - **Prisma Studio** does not support tables that use custom types from extensions (e.g., `VECTOR`). Queries against those tables will return a deserialization error. - **Prisma ORM** does not natively support all extension types. Custom types are represented as [`Unsupported`](/orm/prisma-schema/data-model/models#unsupported-types) in your schema and must be queried with [raw SQL](/orm/prisma-client/using-raw-sql). -- **PostGIS** is not yet supported. Support is coming soon. +- **PostGIS** is coming in 2026.