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

From: Joe Conway <mail(at)joeconway(dot)com>
To: pgsql-patches(at)postgresql(dot)org
Subject: contrib/tablefunc fixes (GRANTs to PUBLIC, use CREATE TYPE vice CREATE VIEW)
Date: 2002-09-13 17:38:56
Message-ID: 3D8222B0.5020108@joeconway.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-patches

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.

Please apply.

Thanks,

Joe

Attachment Content-Type Size
contrib-tablefunc-fixes.1.patch text/plain 3.8 KB

Responses

Browse pgsql-patches by date

  From Date Subject
Next Message Joe Conway 2002-09-13 17:45:14 contrib/fuzzystringmatch GRANTs
Previous Message Tom Lane 2002-09-13 05:41:19 Re: DROP COLUMN misbehaviour with multiple inheritance