Re: contrib/tablefunc fixes (GRANTs to PUBLIC, use CREATE TYPE vice CREATE VIEW) - Mailing list pgsql-patches

From Tom Lane
Subject Re: contrib/tablefunc fixes (GRANTs to PUBLIC, use CREATE TYPE vice CREATE VIEW)
Date
Msg-id 12538.1032033264@sss.pgh.pa.us
Whole thread Raw
In response to contrib/tablefunc fixes (GRANTs to PUBLIC, use CREATE TYPE vice CREATE VIEW)  (Joe Conway <mail@joeconway.com>)
List pgsql-patches
Joe Conway <mail@joeconway.com> writes:
> 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.

Applied.

            regards, tom lane

pgsql-patches by date:

Previous
From: Tom Lane
Date:
Subject: Re: psql timing patch for over an hour
Next
From: Tom Lane
Date:
Subject: Re: contrib/fuzzystringmatch GRANTs