From 14938d8848d6f66915f10eb6b101bcf752dbd1dd Mon Sep 17 00:00:00 2001 From: Nikolas Date: Wed, 13 Aug 2025 14:08:10 +0200 Subject: [PATCH 1/3] Delete content/250-postgres/1200-more/800-known-limitations.mdx --- .../1200-more/800-known-limitations.mdx | 24 ------------------- 1 file changed, 24 deletions(-) delete mode 100644 content/250-postgres/1200-more/800-known-limitations.mdx diff --git a/content/250-postgres/1200-more/800-known-limitations.mdx b/content/250-postgres/1200-more/800-known-limitations.mdx deleted file mode 100644 index da8ea4da27..0000000000 --- a/content/250-postgres/1200-more/800-known-limitations.mdx +++ /dev/null @@ -1,24 +0,0 @@ ---- -title: 'Known limitations about Prisma Postgres' -sidebar_label: 'Known limitations' -metaTitle: 'Known limitations about Prisma Postgres' -metaDescription: 'Learn about the known limitations of Prisma Postgres.' -tocDepth: 3 -toc: true ---- - -Here's a list of known limitations that Prisma Postgres currently has. - -### Limited region support - -Prisma Postgres will be gradually rolled out in new regions. - - If it is not yet available in your preferred region, you can simply subscribe to get notified when it becomes available by subscribing to notifications in the **Region** dropdown when setting up your Prisma Postgres instance in the Platform Console. We'll send you an email when new regions become available, so you can easily stay up to date. - -### Fixed connection limit - -Prisma Postgres _currently_ has a fixed connection limit of `10` that cannot be adjusted. - -### Limited Postgres extensions support - -Prisma Postgres currently supports only the PostgreSQL extensions that come pre-installed with the standard PostgreSQL distribution. We are actively working on expanding support to include a broader range of community maintained extensions. Let us know which ones you'd like us to prioritize by filling out [this form](https://pris.ly/i-want-extensions). \ No newline at end of file From 9074fc781dfdd41c7af868f5569827a54e3aaa01 Mon Sep 17 00:00:00 2001 From: Nikolas Date: Wed, 13 Aug 2025 14:40:54 +0200 Subject: [PATCH 2/3] Update _redirects --- static/_redirects | 2 ++ 1 file changed, 2 insertions(+) diff --git a/static/_redirects b/static/_redirects index e25542b5ab..1819f4e906 100644 --- a/static/_redirects +++ b/static/_redirects @@ -629,4 +629,6 @@ /postgres/database/api-reference/management-api* /docs/postgres/introduction/management-api:splat /postgres/database/error-reference* /docs/postgres/database/api-reference/error-reference:splat +/postgres/more/known-limitations /docs/postgres/introduction/overview + ### NO REDIRECTS BELOW THIS LINE. ADD REDIRECTS ABOVE THIS SECTION ### From 9161923bd0380670299cdde00b0a9c52c93bcef1 Mon Sep 17 00:00:00 2001 From: Nikolas Date: Wed, 13 Aug 2025 14:42:04 +0200 Subject: [PATCH 3/3] Update 550-local-development.mdx --- content/250-postgres/300-database/550-local-development.mdx | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/content/250-postgres/300-database/550-local-development.mdx b/content/250-postgres/300-database/550-local-development.mdx index 1fecc3e1e9..762962bd36 100644 --- a/content/250-postgres/300-database/550-local-development.mdx +++ b/content/250-postgres/300-database/550-local-development.mdx @@ -179,10 +179,6 @@ Caching works normally when you're using Prisma Postgres in staging and producti The local Prisma Postgres database server accepts one connection at a time. Additional connection attempts queue until the active connection closes. This constraint is sufficient for most local development and testing scenarios. -### Prisma Postgres limitations apply to the local Prisma Postgres database - -All Prisma Postgres limitations also apply to local development for Prisma Postgres. Refer to the [Prisma Postgres limitations documentation](/postgres/more/known-limitations) for detailed information. - ### No HTTPS connections -The local Prisma Postgres server doesn't use HTTPS. We advise against self-hosting it. \ No newline at end of file +The local Prisma Postgres server doesn't use HTTPS. We advise against self-hosting it.