plsqldoc overwrites files refering to diferent database objects

maguzman

Member²
If a database contains two objects with the same name, for example a table named "A" and a trigger also named "A", plsqldoc overwrites the file generated first. If both objects are in the same database and have the same owner, it doesn't seem to be a way of avoiding this. I am right? If so, is there any change planned for working this around? (for example, including an option for generating each type of object in one folder creating, therefore, one folder named tables, another named procedures, and so forth)

Thanx,
Manuel
 
If you go to Tools > plsqldoc > Configure, you can select if you want to have subdirectories for databases and/or owners.
 
Marco,

The problem is that both database and owner are the same for both objects! One is, for example a table named "employees" and the other a trigger also named "employees". There is no restriction within the database for having two objects named the same if they are of different types.

Regards,
Manuel
 
Back
Top