From 0dac913a4dbe74539ae6f03ab01a79cc941bca9e Mon Sep 17 00:00:00 2001 From: Rasmus Porsager Date: Mon, 26 Jun 2023 03:28:32 +0200 Subject: [PATCH] Support notify for transactions and reserved connections as well. fixes #611 --- src/index.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/index.js b/src/index.js index a740bd2b..2c9f3c89 100644 --- a/src/index.js +++ b/src/index.js @@ -75,7 +75,6 @@ function Postgres(a, b) { PostgresError, options, listen, - notify, begin, close, end @@ -95,6 +94,7 @@ function Postgres(a, b) { types: typed, typed, unsafe, + notify, array, json, file