Hi,
I've seen this problem before, and I think I've read other threads on this subject, with a "we'll check it" response. Maybe I deserve a patch for finding the bug?
If the ON clause includes only table name, everything is fine. But if you declare ON .
, the code completion will return the objects owned by , instead of the columns for
.
In our environment, triggers are NEVER owned by the table owner, so this is so not working... A minor patch on this would really come in handy.
Regards,
Gustavo
I've seen this problem before, and I think I've read other threads on this subject, with a "we'll check it" response. Maybe I deserve a patch for finding the bug?

If the ON clause includes only table name, everything is fine. But if you declare ON .
In our environment, triggers are NEVER owned by the table owner, so this is so not working... A minor patch on this would really come in handy.

Regards,
Gustavo