Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
24 changes: 0 additions & 24 deletions content/250-postgres/1200-more/800-known-limitations.mdx

This file was deleted.

6 changes: 1 addition & 5 deletions content/250-postgres/300-database/550-local-development.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -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.
The local Prisma Postgres server doesn't use HTTPS. We advise against self-hosting it.
2 changes: 2 additions & 0 deletions static/_redirects
Original file line number Diff line number Diff line change
Expand Up @@ -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 ###
Loading