BIP2484

Severity

20 : Error

Message

(<insert_0>, <insert_1>) : EXTERNAL SCHEMA clause specified for the routine '<insert_2>' that is not defined to be LANGUAGE DATABASE.

Explanation

The EXTERNAL SCHEMA clause is only valid for routines that have an implicit or explit LANGUAGE DATABASE clause. The routine specified was '<insert_2>'.

Response

Correct the syntax of the expression and redeploy the message flow.