Updated FAQ (markdown)

g40 2011-05-26 11:53:27 -07:00
parent b82d618ad5
commit 8fc011783d

4
FAQ.md

@ -24,4 +24,6 @@ client.query(..., function(err, result) {
console.log('column "%s" has a value of "%j"', columnName, firstRow[columnName]);
}
});
```
```
Thank you Brian. pg is excellent.