Skip to content

Commit 0dac913

Browse files
committed
Support notify for transactions and reserved connections as well. fixes #611
1 parent 203e289 commit 0dac913

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/index.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,6 @@ function Postgres(a, b) {
7575
PostgresError,
7676
options,
7777
listen,
78-
notify,
7978
begin,
8079
close,
8180
end
@@ -95,6 +94,7 @@ function Postgres(a, b) {
9594
types: typed,
9695
typed,
9796
unsafe,
97+
notify,
9898
array,
9999
json,
100100
file

0 commit comments

Comments
 (0)