Hi Dieter,
thanks for your answer!
No, I need it for dumping the complete DDL of a database. The purpose is to rebuild (or 'clone') all the objects in another database after modifying all the database qualifiers.
No problem for all usual objects. My script interprets the SHOW <object type> output, and in case of external functions or procedures it splits up the output into a .sql an a .c file automatically.
The problem is that for dumping user defined functions using SHOW FUNCTION, to see the source code I seem to need a special acces right if someone else owns that function.
Thanks for your help!
Matthias
Hi Dieter,
thanks for your answer!
No, I need it for dumping the complete DDL of a database. The purpose is to rebuild (or 'clone') all the objects in another database after modifying all the database qualifiers.
No problem for all usual objects. My script interprets the SHOW <object type> output, and in case of external functions or procedures it splits up the output into a .sql an a .c file automatically.
The problem is that for dumping user defined functions using SHOW FUNCTION, to see the source code I seem to need a special acces right if someone else owns that function.
Thanks for your help!
Matthias