ABrosich - 2013-02-06

Hi,
I'm using Druid III version 3.13.
I have some issue during generation of sql code for a postgreSQL database.

Generating triggers the function called from trigger is created after the creation of the trigger that consequently is not created due to the missing function.

Generating views I have the same problem. The functions are generated after the views so any view that use a function is not created.

Is there any way to change the order of creation? For the trigger, in particular, the trigger function has to be created after the table but before the trigger.

Alberto