1
0
mirror of https://github.com/postgres/postgres.git synced 2025-07-27 12:41:57 +03:00

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
This commit is contained in:
Tom Lane
2002-09-14 19:53:59 +00:00
parent f7978c6f1d
commit bd04184b11
3 changed files with 31 additions and 20 deletions

View File

@ -1,6 +1,6 @@
--
-- first, define the functions. Turn off echoing so that expected file
-- does not depend on contents of seg.sql.
-- does not depend on contents of tablefunc.sql.
--
\set ECHO none
\i tablefunc.sql