Attached is a patch to fix some recently raised issues that exist in

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

Commit: bd04184b110ecd02e2f24e13751e5bf131d51c5e
Author: Tom Lane <tgl@sss.pgh.pa.us>
Date: 2002-09-14T19:53:59Z
Releases: 7.3.1
Attached is a patch to fix some recently raised issues that exist in
contrib/tablefunc. Specifically it replaces the use of VIEWs (for needed
composite type creation) with use of CREATE TYPE. It also performs GRANT
EXECUTE ON FUNCTION foo() TO PUBLIC for all of the created functions. There
was also a cosmetic change to two regression files.

Joe Conway

Files