Skip to content

Commit

Permalink
Support notify for transactions and reserved connections as well. fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
porsager committed Jun 26, 2023
1 parent 203e289 commit 0dac913
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,6 @@ function Postgres(a, b) {
PostgresError,
options,
listen,
notify,
begin,
close,
end
Expand All @@ -95,6 +94,7 @@ function Postgres(a, b) {
types: typed,
typed,
unsafe,
notify,
array,
json,
file
Expand Down

0 comments on commit 0dac913

Please sign in to comment.