We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Added missing letter.
Updated pg (markdown)
Remove reference to internal pools API
added clarification about pool creation vs. pulling clients from the existing pool.
which provides a somewhat naive => which provides a somewhat native
The connect method is lowercase and should not be capitalized
Add bottom nav
unix sockets note for host
host defaults to localhost, see https://github.com/brianc/node-postgres/commit/738c966112c8ea5d18babce81e944b6b691dd39f
clarify difference between done() and client.end() as discussed in issue #715
Fix anchor link for pg defaults.
Added documentation of `pg.cancel()`.
Update documentation on pg.defaults.poolSize
Added pg.defaults.ssl.
Corrected link to PostgreSQL docs about environment variables. (had linked to environment variables used by PL/Python, instead of those used by libpq)
remove text noize by a extra _ on formating.
add example for a socket path, with a specific database.
_socket:/some path/?db=database_name&encoding=utf8_ was miss formated :-/
Update to show more advanced socket connection string usage
add string connection for sockets
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