mirror of
https://github.com/postgres/postgres.git
synced 2026-04-15 22:10:45 -04:00
missing backslash.
This commit is contained in:
parent
c753a6a1e2
commit
4bce39fe94
1 changed files with 1 additions and 1 deletions
|
|
@ -60,7 +60,7 @@ int main(int argc, char **argv)
|
|||
else
|
||||
sprintf(query,"\
|
||||
UPDATE words \
|
||||
SET matches = matches + 1
|
||||
SET matches = matches + 1 \
|
||||
WHERE word = '%s'", line);
|
||||
doquery(query);
|
||||
row++;
|
||||
|
|
|
|||
Loading…
Reference in a new issue