projects
/
bucardo.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
9b0c612
)
Casting help?
master
author
Greg Sabino Mullane
<greg@endpoint.com>
Thu, 22 Sep 2016 14:24:31 +0000
(10:24 -0400)
committer
Greg Sabino Mullane
<greg@endpoint.com>
Thu, 22 Sep 2016 14:24:31 +0000
(10:24 -0400)
bucardo.schema
patch
|
blob
|
blame
|
history
diff --git
a/bucardo.schema
b/bucardo.schema
index 792e7848fc78d79de6cf4a8f207da424e8633bda..5d40b3cccd59c9bd5b5875166d13f0c4612710fc 100644
(file)
--- a/
bucardo.schema
+++ b/
bucardo.schema
@@
-1759,7
+1759,7
@@
BEGIN
total = total + 1;
END LOOP;
- RETURN 'Tables processed: ' || total;
+ RETURN 'Tables processed: '
::text
|| total;
END;
} ## end of bucardo_purge_delta body