Update of /cvsroot/monetdb/sql/src/sql
In directory sfp-cvsdas-1.v30.ch3.sourceforge.com:/tmp/cvs-serv21831/sql
Modified Files:
compress.sql
Log Message:
Avoid name clashes with existing functions.
Index: compress.sql
===================================================================
RCS file: /cvsroot/monetdb/sql/src/sql/compress.sql,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- compress.sql 23 Feb 2010 17:08:10 -0000 1.2
+++ compress.sql 23 Feb 2010 21:20:59 -0000 1.3
@@ -21,10 +21,10 @@
external name sql.gzdecompress;
-- Truncate the storage for columns with a compressed image
-create procedure truncate (s string, t string)
- external name sql.truncate;
+create procedure gztruncate (s string, t string)
+ external name sql.gztruncate;
-- Remove the compressed images
-create procedure expand (s string, t string)
- external name sql.expand;
+create procedure gzexpand (s string, t string)
+ external name sql.gzexpand;
------------------------------------------------------------------------------
Download Intel® Parallel Studio Eval
Try the new software tools for yourself. Speed compiling, find bugs
proactively, and fine-tune applications for parallel performance.
See why Intel Parallel Studio got high marks during beta.
http://p.sf.net/sfu/intel-sw-dev
_______________________________________________
Monetdb-sql-checkins mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/monetdb-sql-checkins