[erlang-questions] mnesia:transform_table
andrew mmc
andrewmmc@REDACTED
Wed Nov 25 15:00:59 CET 2009
That would be the reason I couldn't find it anywhere in the documentation
then!
I'll just live with the old table name, it seems easier!
Thanks very much,
Andrew
2009/11/25 Håkan Mattsson <hakan@REDACTED>
> 2009/11/25 andrew mmc <andrewmmc@REDACTED>:
>
> > So I guess the next question, is: how do I change the table name!?
>
> It is not supported. As a last resort you can do it off-line by creating a
> backup, use mnesia:traverse_backup/8 to patch the backup and then
> restore the database from the backup. But if you would do that you
> could transform the records off-line also.
>
> /Håkan
>
More information about the erlang-questions
mailing list