Update of /cvsroot/monetdb/sql/src/test/Skyserver
In directory 23jxhf1.ch3.sourceforge.com:/tmp/cvs-serv19142

Modified Files:
        Skyserver_import.sql 
Log Message:
fix copy into call, ie don't define quote if its not used.


U Skyserver_import.sql
Index: Skyserver_import.sql
===================================================================
RCS file: /cvsroot/monetdb/sql/src/test/Skyserver/Skyserver_import.sql,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -d -r1.5 -r1.6
--- Skyserver_import.sql        15 Aug 2009 18:14:41 -0000      1.5
+++ Skyserver_import.sql        12 Sep 2009 20:13:53 -0000      1.6
@@ -31,7 +31,7 @@
 
 COPY 1000 RECORDS INTO SiteConstants FROM 'DATA/SiteConstants.dat.bz2' USING 
DELIMITERS '\t', '\015\n', '"';
 
-COPY 1000 RECORDS INTO Glossary FROM 'DATA/Glossary1.dat.bz2' USING DELIMITERS 
'\t', '|', '"';
+COPY 1000 RECORDS INTO Glossary FROM 'DATA/Glossary1.dat.bz2' USING DELIMITERS 
'\t', '|'; 
 
 COPY 1000 RECORDS INTO Algorithm FROM 'DATA/Algorithm1.dat.bz2' USING 
DELIMITERS '\t', '$', '"';
 


------------------------------------------------------------------------------
Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day 
trial. Simplify your report design, integration and deployment - and focus on 
what you do best, core application coding. Discover what's new with 
Crystal Reports now.  http://p.sf.net/sfu/bobj-july
_______________________________________________
Monetdb-sql-checkins mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/monetdb-sql-checkins

Reply via email to