[erlang-questions] mnesia:transform_table

Håkan Mattsson hakan@REDACTED
Wed Nov 25 14:56:42 CET 2009


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