Answering my own questions :)

Gunilla Arendt gunilla@REDACTED
Wed Mar 26 11:39:45 CET 2003


The tables that TV regards as 'system tables' are hardcoded in
tv_main.hrl. If you use the named_table option when creating new ets
tables, I would recommend that you avoid these names or a name collision
may occur.

/ Gunilla


Samuel Rivas wrote:
> 
> On Wed, Mar 26, 2003 at 10:50:59AM +0100, Samuel Rivas wrote:
> > Hi:
> >
> > The TV application does something strange if I define a mnesia table
> > called user. mnesia can create the table and insert data on it
> > without troubles, however, this table does not appear on the tv tables
> > list for the node. Any other tables that I've crated are properly
> > listed.
> 
> That is!, TV recognize my table as a system table, and proprely list
> it if I set the system tables option.
> 
> Now the question is: Why my table user is recognized as a system table?,
> is a TV asumption or is not recommended to use such a name for a non
> system table?
> 
> Thanks
> 
> --
>  ---------------------
> |       Samuel        |
>  ---------------------



More information about the erlang-questions mailing list