mirror of
https://github.com/brianc/node-postgres.git
synced 2026-01-18 15:55:05 +00:00
Minor syntax fix
parent
14637a91eb
commit
93ae3489db
2
pools.md
2
pools.md
@ -7,7 +7,7 @@ A hash of all existing client pools. A pool's key is built by calling `JSON.str
|
||||
####example
|
||||
|
||||
```js
|
||||
var pg = require('pg);
|
||||
var pg = require('pg');
|
||||
console.log(Object.keys(pg.pools.all)); //[]
|
||||
|
||||
//connect using defaults or environment variables
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user