Skip to content

Commit b93ecbe

Browse files
committed
remove notice about now fixed v0.5.x c++ bindings
1 parent 4b2d1d4 commit b93ecbe

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

README.md

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,6 @@ Non-blocking PostgreSQL client for node.js. Pure JavaScript and native libpq bi
66

77
npm install pg
88

9-
### notice
10-
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.
11-
129
## Examples
1310

1411
### Simple, using built-in client pool

0 commit comments

Comments
 (0)