Arrange to emit a CONTEXT: SQL function "foo" entry in an error

Tom Lane <tgl@sss.pgh.pa.us>

Commit: a8a3b54724d9e9487490a87793c56e04a399a5b3
Author: Tom Lane <tgl@sss.pgh.pa.us>
Date: 2004-03-14T01:58:41Z
Releases: 8.0.0
Arrange to emit a CONTEXT: SQL function "foo" entry in an error
message that is reporting a prechecking error in a SQL function.
This is to cue client-side code that the syntax error position,
if any, is with respect to the function body and not the outer command.

Files