Skip to content

Commit dbfce02

Browse files
SamyOubouazizLaure-di
authored andcommitted
chore(gen): content review 21/01 MTA-5416 (scaleway#4260)
1 parent e0a20b9 commit dbfce02

File tree

2 files changed

+5
-3
lines changed

2 files changed

+5
-3
lines changed

serverless/sql-databases/reference-content/planned-maintenance.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ content:
77
paragraph: Understand the maintenance schedules and impacts on your serverless SQL databases.
88
tag: serverless sql databases maintenance service interruption planned operation
99
dates:
10-
validation: 2024-07-09
10+
validation: 2025-01-21
1111
posted: 2024-07-09
1212
---
1313

serverless/sql-databases/troubleshooting/maximum-prepared-statements-reached.mdx

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ content:
77
paragraph: Fix maximum prepared statements reached error in Scaleway SQL databases.
88
tags: database serverless-sql-database troubleshooting error prepared statement maximum size
99
dates:
10-
validation: 2024-07-08
10+
validation: 2025-01-21
1111
posted: 2024-07-08
1212
---
1313

@@ -48,4 +48,6 @@ The total size of [prepared statements](https://www.postgresql.org/docs/current/
4848

4949
<Message type="note">
5050
This issue is usually caused by long single queries, exceeding thousands of characters, such as thousands of values in a single `INSERT` statement, or queries using [Large Objects](https://www.postgresql.org/docs/current/largeobjects.html).
51-
</Message>
51+
</Message>
52+
53+
Refer to the official [PostgreSQL documentation](https://www.postgresql.org/docs/current/sql-prepare.html) for more information on prepared statements.

0 commit comments

Comments
 (0)