Re: contrib/tablefunc fixes (GRANTs to PUBLIC, use CREATE TYPE vice CREATE VIEW)

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: Joe Conway <mail(at)joeconway(dot)com>
Cc: pgsql-patches(at)postgresql(dot)org
Subject: Re: contrib/tablefunc fixes (GRANTs to PUBLIC, use CREATE TYPE vice CREATE VIEW)
Date: 2002-09-14 19:54:24
Message-ID: 12538.1032033264@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-patches

Joe Conway <mail(at)joeconway(dot)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

In response to

Browse pgsql-patches by date

  From Date Subject
Next Message Tom Lane 2002-09-14 19:56:21 Re: contrib/fuzzystringmatch GRANTs
Previous Message Tom Lane 2002-09-14 19:46:30 Re: psql timing patch for over an hour