Skip to content

Commit 74746d2

Browse files
authored
fix: removed EA tag (#7694)
1 parent 52d993a commit 74746d2

1 file changed

Lines changed: 3 additions & 4 deletions

File tree

apps/docs/content/docs/postgres/database/postgres-extensions.mdx

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,9 @@
11
---
2-
title: PostgreSQL extensions
3-
description: Enable and use PostgreSQL extensions with Prisma Postgres.
4-
badge: early-access
2+
title: Extensions
3+
description: Enable and use standard PostgreSQL extensions with Prisma Postgres.
54
url: /postgres/database/postgres-extensions
65
metaTitle: Postgres extensions
7-
metaDescription: Learn about using Postgres extensions with Prisma Postgres
6+
metaDescription: Learn about Postgres extensions with Prisma Postgres
87
---
98

109
Prisma Postgres supports standard [PostgreSQL extensions](https://www.postgresql.org/docs/current/sql-createextension.html). Extensions add extra functionality to your database. Things like vector search, full-text search, fuzzy matching, and cryptographic functions.

0 commit comments

Comments
 (0)