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 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. 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 ###