mirror of
https://github.com/brianc/node-postgres.git
synced 2026-01-18 15:55:05 +00:00
Add bottom nav
parent
46c672375f
commit
89222deefe
5
FAQ.md
5
FAQ.md
@ -195,4 +195,7 @@ pg.connect(): It takes time to reconnect ?
|
||||
|
||||
### 17. What happens if I ask for a connection and the pool is already empty? will it throw an error or wait until a connection becomes available?
|
||||
|
||||
It will wait, and call your callback with a connection after one becomes available. This package uses the [generic-pool](https://github.com/coopernurse/node-pool) package to provide this behavior.
|
||||
It will wait, and call your callback with a connection after one becomes available. This package uses the [generic-pool](https://github.com/coopernurse/node-pool) package to provide this behavior.
|
||||
|
||||
***
|
||||
[[◄ Back (Transactions)|Transactions]] ` ` [[Next (Example App) ►|Example]]
|
||||
Loading…
x
Reference in New Issue
Block a user