From da741f0c13f746a6f40eedc3a01ec9bb505184a7 Mon Sep 17 00:00:00 2001 From: mltucker Date: Wed, 27 Feb 2013 13:35:30 -0800 Subject: [PATCH] Updated FAQ (markdown) --- FAQ.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/FAQ.md b/FAQ.md index e4efa1b..2c9870d 100644 --- a/FAQ.md +++ b/FAQ.md @@ -149,4 +149,6 @@ client.query("SELECT * FROM stooges WHERE name IN ("+placeholders+")", stooge_na If you have other values and placeholders in your query you'll need to use a different `offset` value for the array placeholders. See [#129](https://github.com/brianc/node-postgres/issues/129) and [#82](https://github.com/brianc/node-postgres/issues/82) for extra discussion. -### 12. Why does node-postgres come with two bindings? One in Javascript and one "native" that uses libpq? Which one is fastest and why isn't a single binding enough? \ No newline at end of file +### 12. Why does node-postgres come with two bindings? One in Javascript and one "native" that uses libpq? Which one is fastest and why isn't a single binding enough? + +### 13. What happens to open transactions when `pg.connect`'s `done` is called? \ No newline at end of file