pgsql-server/contrib/tablefunc tablefunc.sql.i ...

From: tgl(at)postgresql(dot)org (Tom Lane)
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql-server/contrib/tablefunc tablefunc.sql.i ...
Date: 2002-09-14 19:53:59
Message-ID: 20020914195359.50937475B84@postgresql.org
Views: Whole Thread | Raw Message | Download mbox | Resend email
Thread:
Lists: pgsql-committers

CVSROOT: /cvsroot
Module name: pgsql-server
Changes by: tgl(at)postgresql(dot)org 02/09/14 15:53:59

Modified files:
contrib/tablefunc: tablefunc.sql.in
contrib/tablefunc/expected: tablefunc.out
contrib/tablefunc/sql: tablefunc.sql

Log message:
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

Browse pgsql-committers by date

  From Date Subject
Next Message Tom Lane 2002-09-14 19:56:01 pgsql-server/contrib/fuzzystrmatch fuzzystrmat ...
Previous Message Tom Lane 2002-09-14 19:46:01 pgsql-server/src/bin/psql common.c