We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
I believe you need to add "client.connect();" before actually running the stream thing; certainly this was necessary for me to get this code to work
Added missing parenthesis
Fixed broken/missing links, incorrectly parsed markdown
minor punctuation and usage fixes
Add description for bulk data load methods (copyFrom and copyTo)
add ssl option
Placing commas where needed
Updated Client (markdown)
forgot a semicolon
pauseDrain/resumeDrain anchor links
url to pg page fixed
update docs on pauseDrain/resumeDrain
add documentation for Client#connect callback parameter
update 'notification' example to end listening client after message received
added documentation on notice and notification events
notes on connecting to unix socket Updated Client (markdown)
updating docs to reflect new default values for user & database (new values more in line with libpq) Updated Client (markdown)
more query execution examples Updated Client (markdown)