We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
add string connection for sockets
typo in the apt-get command, build-essential (no "s"); make clear this is required even if native bindings are not going to be used. should address whether Ubuntu needs a working copy of PostgreSQL; tested installation on a machine w/o it installed and the provided apt-get install command successfully completed. I haven't tested functionality yet though...
Updated Home (markdown)
Created Installation (markdown)
Typo
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 anchors
Changed style of #14 to be more in line with other questions
Fixed broken/missing links, incorrectly parsed markdown
Updated pg (markdown)
minor punctuation and usage fixes
add default for reapIntervalMillis
Was unclear; I thought `done` was supposed to take a truthy value, to show I was done with it -- but the examples are correct.
add default value for pg.defaults.poolSize
fix typo
Updated Prepared Statements (markdown)
Updated Transactions (markdown)
Created Transactions (markdown)
Added info about installation on Windows.
the textParsers.js link was broken
Updated changelog (markdown)
Updated Example (markdown)
Created changelog (markdown)
Updated FAQ (markdown)
answer #12 and #13