Skip to content

Commit c8d9418

Browse files
authored
doc[cloudsql]: pg18 klar for prod
1 parent 6d9d94c commit c8d9418

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

docs/persistence/cloudsql/README.md

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,9 +8,6 @@ tags: [explanation, persistence, services]
88
Postgres 15 has changed the security model around the public schema and it is no longer world writeable. If you and your team
99
make use of the public schema for interactive sessions and experimentation you will have to create separate schemas for separate users and share these role or user grants. Normal app usage will function normally.
1010

11-
!!! info
12-
Postgres 18 is in preview and is not recommended in production environments.
13-
1411
[PostgreSQL](https://www.postgresql.org/) is a relational database which is a good choice for storing data that is relational in nature.
1512
In the nais platform, we use CloudSQL from the Google Cloud Platform to provide managed PostgreSQL databases.
1613

0 commit comments

Comments
 (0)