diff --git a/FAQ.md b/FAQ.md index 2b176c4..0f9a310 100644 --- a/FAQ.md +++ b/FAQ.md @@ -24,4 +24,6 @@ client.query(..., function(err, result) { console.log('column "%s" has a value of "%j"', columnName, firstRow[columnName]); } }); -``` \ No newline at end of file +``` + +Thank you Brian. pg is excellent. \ No newline at end of file