Bugs item #2071638, was opened at 2008-08-24 16:44
Message generated for change (Comment added) made by stmane
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=482468&aid=2071638&group_id=56967

Please note that this message will contain a full copy of the comment thread,
including the initial issue submission, for this request,
not just the latest update.
Category: Mapi
Group: XML
Status: Open
Resolution: None
Priority: 5
Private: No
Submitted By: Stefan de Konink (skinkie)
Assigned to: Nobody/Anonymous (nobody)
Summary: mclient output is limited?

Initial Comment:
/opt/monetdb/bin/mclient -lxquery
xquery>count(doc("planet-nl.osm")/osm/node)
more>5689472

/opt/monetdb/bin/mclient -lxquery < osm-all-sql-node.xq > node.sql

for $node in doc("planet-nl.osm")/osm/node
return
element { "n" }
{
                data($node/@id),
                text { ", " },
                data($node/@lat),
                text { ", " },
                data($node/@lon),
                text { ", '" },
                data($node/@user),
                text { "', '" },
                data($node/@timestamp),
                text { "'" }
}

[EMAIL PROTECTED] ~ $ wc node.sql 
  4478  22596 321310 node.sql


Maybe the just reported feature is a solution to this bug.

----------------------------------------------------------------------

>Comment By: Stefan Manegold (stmane)
Date: 2008-08-24 17:01

Message:
Logged In: YES 
user_id=572415
Originator: NO

Could you please be a bit more elaborate on what the bug is that you
report?

Please also (try to) provide all the information (incl. scripts and data,
or at least access/references to them) that is required to reproduce the
bug?

Thanks!


----------------------------------------------------------------------

You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=482468&aid=2071638&group_id=56967

-------------------------------------------------------------------------
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK & win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100&url=/
_______________________________________________
Monetdb-bugs mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/monetdb-bugs

Reply via email to