From b93ecbe15c019819daeedadb6174189c0b80bf92 Mon Sep 17 00:00:00 2001 From: brianc Date: Mon, 28 Nov 2011 00:02:23 -0600 Subject: [PATCH] remove notice about now fixed v0.5.x c++ bindings --- README.md | 3 --- 1 file changed, 3 deletions(-) diff --git a/README.md b/README.md index e246aacf..07753c89 100644 --- a/README.md +++ b/README.md @@ -6,9 +6,6 @@ Non-blocking PostgreSQL client for node.js. Pure JavaScript and native libpq bi 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 ### Simple, using built-in client pool