From 1ab5e8ae9e4d17f64c30ee67be5555c51eac8cbe Mon Sep 17 00:00:00 2001 From: Brian Carlson Date: Mon, 10 Oct 2011 09:30:10 -0500 Subject: [PATCH] update readme with note about v0.5.x compatibility --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index 3c2fa6cc..67ecf447 100644 --- a/README.md +++ b/README.md @@ -5,6 +5,9 @@ Non-blocking PostgreSQL client for node.js. Pure JavaScript and native libpq bi ## Installation npm install pg + +### notice +node-postgres compiles native bindings when you install. The native bindings do not _currently_ compile with node v0.5.x. I'm working on support for v0.5.x. In the mean time if you get a compilation failure during installation you have still successfully installed the module; however, you cannot use the native bindings -- only the pure javascript bindings. ## Examples