Table Definitions - View Documentation vs View

When I right click a table from the objects list and choose "View Documentation" I'm returned a bogus table definition. I don't know if it's an old one or just wrong.

When I right click a table from the objects list and choose "View" the table definition is correct.

Can someone explain the difference between the two and any ideas you might have as to why the "view documentation" is wrong?
 
The "View documentation" function is from the plsqldoc Plug-In. It will show the most recently generated HTML documentation for the object, unless you have enabled the "Auto Generate" option to "Always" (Tools > plsqldoc > Configure).
 
Back
Top