new question

Jimmy 2014-07-10 23:00:55 -07:00
parent e29dddb014
commit 23013aee59

4
FAQ.md

@ -179,4 +179,6 @@ Quick fix for PowerShell:
pg.connect(): It takes time to reconnect ?
### 16. (New Question) Are queries asynchronous, or do they block? Can this behavior be overridden if desired?
### 16. (New Question) Are queries asynchronous, or do they block? Can this behavior be overridden if desired?
### 17. (New Question) 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?