[erlang-questions] Convert a Mnesia "set" table to an "ordered_set"

Greg Burri greg.burri@REDACTED
Mon Oct 6 16:17:55 CEST 2008


Hi,
I already ask this question but it was hided into a mail about something
else.

Is there a way to convert a mnesia table which has the type "set" to a
"ordered_set" one ?
For the moment I use "mnesia:backup/1" then I recreate my table with the
"ordered_set" type and I call "mnesia:restore/2" to retrieve my data.
It's a bit ugly... it isn't ?


/Greg Burri
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://erlang.org/pipermail/erlang-questions/attachments/20081006/e4c809bb/attachment.htm>


More information about the erlang-questions mailing list