Re: Inconsistent naming?
Tobias Downer <[email protected]>
| Newsgroups | gmane.comp.db.mckoi |
|---|---|
| Message-ID | <[email protected]> |
Thanks, this is a bug. I have noted it and it will be fixed. Toby. R.W. Shore wrote: > I can execute the following: > > create function a.bFunction … > > I can also execute the following: > > create trigger bInsert after insert on a.b for each row execute > procedure a.bFunction… > > However, I cannot execute the following: > > create trigger a.bInsert after insert on a.b for each row execute > procedure a.bFunction… > > Shouldn’t I be able to qualify the trigger name with a schema?? > > (1.0.3) --------------------------------------------------------------- Mckoi SQL Database mailing list http://www.mckoi.com/database/ To unsubscribe, send a message to [email protected]