mirror of
https://github.com/brianc/node-postgres.git
synced 2026-01-25 16:03:13 +00:00
Updated Query (markdown)
parent
1dd96666cf
commit
f4fc2a5ada
2
Query.md
2
Query.md
@ -59,7 +59,7 @@ Emitted by the query when all rows have been returned __or__ when an error has b
|
||||
|
||||
### examples
|
||||
|
||||
'''javascript
|
||||
```javascript
|
||||
var query = client.query('select name from person');
|
||||
query.on('row', function(row) {
|
||||
//fired once for each row returned
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user