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

Поиск
Список
Период
Сортировка
От tgl@postgresql.org (Tom Lane)
Тема pgsql-server/contrib/tablefunc tablefunc.sql.i ...
Дата
Msg-id 20020914195359.50937475B84@postgresql.org
обсуждение исходный текст
Список pgsql-committers
CVSROOT:    /cvsroot
Module name:    pgsql-server
Changes by:    tgl@postgresql.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


В списке pgsql-committers по дате отправления:

Предыдущее
От: tgl@postgresql.org (Tom Lane)
Дата:
Сообщение: pgsql-server/src/bin/psql common.c
Следующее
От: tgl@postgresql.org (Tom Lane)
Дата:
Сообщение: pgsql-server/contrib/fuzzystrmatch fuzzystrmat ...