On Apr 9, 2017, at 9:52 PM, Andrew Gierth <andrew@tao11.riddles.org.uk> wrote:
> This "raise" statement is not reached, because the previous line raises
> the "malformed array literal" error.
Bah!
> David> EXCEPTION WHEN OTHERS THEN
>
> If you change this to EXCEPTION WHEN division_by_zero THEN, the
> reported error becomes:
>
> ERROR: malformed array literal: "foo"
> LINE 1: SELECT things || 'foo'
So the issue stands, yes?
D