projects
/
skytools.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
2463653
)
londiste.version(): 3.0.0.5
author
Marko Kreen
<markokr@gmail.com>
Thu, 2 Dec 2010 14:39:23 +0000
(16:39 +0200)
committer
Marko Kreen
<markokr@gmail.com>
Thu, 2 Dec 2010 14:39:23 +0000
(16:39 +0200)
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 8af33864560b19e8c18255ffd682e1c981f06d0a..c238e94776675ce65f3dc9f1895def446a431ddb 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.
4
';
+ return '3.0.0.
5
';
end;
$$ language plpgsql;