Inconsistent naming?

"R.W. Shore" <[email protected]>
Newsgroups gmane.comp.db.mckoi
Message-ID <[email protected]>
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)
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.