Update of /cvsroot/monetdb/pathfinder/runtime/xrpc/admin
In directory sc8-pr-cvs7.sourceforge.net:/tmp/cvs-serv10179

Modified Files:
      Tag: XQuery_0-16
        admin.xq 
Log Message:
added a function



Index: admin.xq
===================================================================
RCS file: /cvsroot/monetdb/pathfinder/runtime/xrpc/admin/admin.xq,v
retrieving revision 1.1.2.1
retrieving revision 1.1.2.2
diff -u -d -r1.1.2.1 -r1.1.2.2
--- admin.xq    17 Feb 2007 01:10:38 -0000      1.1.2.1
+++ admin.xq    22 Feb 2007 18:37:57 -0000      1.1.2.2
@@ -16,6 +16,9 @@
 declare function admin:collections() 
 { pf:collections() };
 
+declare function admin:documents()
+{ pf:documents() };
+
 declare function admin:documents($collection as xs:string) 
 { pf:documents($collection) };
 


-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys-and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
_______________________________________________
Monetdb-pf-checkins mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/monetdb-pf-checkins

Reply via email to