Fix to work with pg >= 2.8.2

This commit is contained in:
Brian M. Carlson
2013-12-09 11:41:17 -05:00
parent 16e2001064
commit dc6521b7c1
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -1,6 +1,6 @@
{
"name": "pg-copy-streams",
"version": "0.2.0",
"version": "0.2.1",
"description": "Low-Level COPY TO and COPY FROM streams for PostgreSQL in JavaScript using",
"main": "index.js",
"scripts": {