From 75efc44eb8c1d0b8f7d646e0ef9d74330000e78e Mon Sep 17 00:00:00 2001 From: Jon Johnson Date: Mon, 16 Sep 2013 01:59:10 -0700 Subject: [PATCH] Changed style of #14 to be more in line with other questions --- FAQ.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/FAQ.md b/FAQ.md index 70044e6..0707a7a 100644 --- a/FAQ.md +++ b/FAQ.md @@ -163,11 +163,11 @@ Personally, I like the pure JavaScript bindings because it's JavaScript all the Nothing. You are responsible for calling either `client.query('COMMIT')` or `client.query('ROLLBACK')` If you call neither and call the `done()` callback the client will be returned to the pool with an open transaction, and I assume _bad things will happen_ in your application. -### 14. How to install pg on Windows? +### 14. How do I install pg on Windows? Problem: `npm install pg` fails with error message `Call to 'pg_config --libdir' returned exit status 1. while trying to load binding.gyp` -You need PosgreSQL installed on your system. Path to PostgreSQL bin directory must be included in environment PATH variable. `pg_config` is stored in that bin directory. +You need PostgreSQL installed on your system. The path to PostgreSQL bin directory must be included in the environment PATH variable. `pg_config` is stored in that bin directory. Quick fix for PowerShell: