]> git.ipfire.org Git - thirdparty/postgresql.git/commit
Attached is a patch to fix some recently raised issues that exist in
authorTom Lane <tgl@sss.pgh.pa.us>
Sat, 14 Sep 2002 19:53:59 +0000 (19:53 +0000)
committerTom Lane <tgl@sss.pgh.pa.us>
Sat, 14 Sep 2002 19:53:59 +0000 (19:53 +0000)
commitbd04184b110ecd02e2f24e13751e5bf131d51c5e
treed7450008363c27a91958248ea1c13d31d4d7627d
parentf7978c6f1dbd638ddcb211e0de173ec91146b256
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
contrib/tablefunc/expected/tablefunc.out
contrib/tablefunc/sql/tablefunc.sql
contrib/tablefunc/tablefunc.sql.in