projects
/
skytools.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b8032e3
)
londiste.version(): 3.0.0.14
author
Marko Kreen
<markokr@gmail.com>
Thu, 10 May 2012 16:19:31 +0000
(19:19 +0300)
committer
Marko Kreen
<markokr@gmail.com>
Thu, 10 May 2012 18:19:29 +0000
(21:19 +0300)
sql/londiste/functions/londiste.version.sql
patch
|
blob
|
blame
|
history
diff --git
a/sql/londiste/functions/londiste.version.sql
b/sql/londiste/functions/londiste.version.sql
index 6814ef7c1caae5a589711f9276cfce0d974513c2..01c28f851ddd7198fa1dad45f98d85378da203ab 100644
(file)
--- a/
sql/londiste/functions/londiste.version.sql
+++ b/
sql/londiste/functions/londiste.version.sql
@@
-2,7
+2,7
@@
create or replace function londiste.version()
returns text as $$
begin
- return '3.0.0.1
3
';
+ return '3.0.0.1
4
';
end;
$$ language plpgsql;