From fc3482f277b2908820172b79ca1c798fcfebce52 Mon Sep 17 00:00:00 2001
From: Alexandre Alapetite
Date: Wed, 19 Jul 2023 23:02:26 +0200
Subject: [PATCH] Update doc links to node-postgres
---
README.md | 4 ++--
locales/en-US/postgresql.html | 4 ++--
2 files changed, 4 insertions(+), 4 deletions(-)
diff --git a/README.md b/README.md
index 26d90ad..c97a7b3 100644
--- a/README.md
+++ b/README.md
@@ -15,7 +15,7 @@ An exception is if the *Split results* option is enabled and the *Number of rows
then `msg.payload` is not an array but the single-row response.
Additional information is provided as `msg.pgsql.rowCount` and `msg.pgsql.command`.
-See the [underlying documentation](https://node-postgres.com/api/result) for details.
+See the [underlying documentation](https://node-postgres.com/apis/result) for details.
In the case of multiple queries, then `msg.pgsql` is an array.
@@ -72,7 +72,7 @@ so this is less robust than numeric parameters.
### Dynamic PostgreSQL connection parameters
If the information about which database server to connect and how needs to be dynamic,
-it is possible to pass a [custom client configuration](https://node-postgres.com/api/client) in the message:
+it is possible to pass a [custom client configuration](https://node-postgres.com/apis/client) in the message:
```js
msg.pgConfig = {
diff --git a/locales/en-US/postgresql.html b/locales/en-US/postgresql.html
index 2168f8a..e5534d3 100644
--- a/locales/en-US/postgresql.html
+++ b/locales/en-US/postgresql.html
@@ -12,7 +12,7 @@ Outputs
Additional information is provided as msg.pgsql.rowCount
and msg.pgsql.command
.
- See the underlying documentation for details.
+ See the underlying documentation for details.
In the case of multiple queries, then msg.pgsql
is an array.
@@ -65,7 +65,7 @@ Parameterized queries
Dynamic PostgreSQL connection parameters
If the information about which database server to connect and how needs to be dynamic,
- it is possible to pass a custom client configuration in the message:
+ it is possible to pass a custom client configuration in the message: