Update of /cvsroot/monetdb/sql/src/sql
In directory sfp-cvsdas-1.v30.ch3.sourceforge.com:/tmp/cvs-serv4435

Modified Files:
        rdf.sql 
Log Message:
new interface of the rdf shredder to support multiple graph collections


Index: rdf.sql
===================================================================
RCS file: /cvsroot/monetdb/sql/src/sql/rdf.sql,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- rdf.sql     15 Apr 2009 14:01:52 -0000      1.1
+++ rdf.sql     18 Dec 2009 14:37:22 -0000      1.2
@@ -20,11 +20,13 @@
 -- It only needs to be run once after a fresh installation of MonetDB/SQL.
 
 -- create an RDF schema
-create schema RDF;
+create schema rdf;
 
 -- create a graph_name|id table
 create table rdf.graph (gname string, gid int);
 
 -- create a procudure to load an RDF document
-create procedure rdf_shred(location string, gname string)
+-- the chema string should be removed in the future and auto-fill it from
+-- the backend
+create procedure rdf_shred(location string, gname string, sch string)
        external name sql.rdfshred;


------------------------------------------------------------------------------
This SF.Net email is sponsored by the Verizon Developer Community
Take advantage of Verizon's best-in-class app development support
A streamlined, 14 day to market process makes app distribution fast and easy
Join now and get one step closer to millions of Verizon customers
http://p.sf.net/sfu/verizon-dev2dev 
_______________________________________________
Monetdb-sql-checkins mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/monetdb-sql-checkins

Reply via email to