pgsql: Fix insufficient search-path paranoia in SQL function - Mailing list pgsql-committers

From tgl@postgresql.org (Tom Lane)
Subject pgsql: Fix insufficient search-path paranoia in SQL function
Date
Msg-id 20071113015549.E19437540F0@cvs.postgresql.org
Whole thread Raw
List pgsql-committers
Log Message:
-----------
Fix insufficient search-path paranoia in SQL function definitions.
Remove setting of search_path in install/uninstall scripts, since unlike
other contrib modules this one does not want to let you change the
installation schema.

Modified Files:
--------------
    pgsql/contrib/adminpack:
        adminpack.sql.in (r1.4 -> r1.5)
        (http://developer.postgresql.org/cvsweb.cgi/pgsql/contrib/adminpack/adminpack.sql.in?r1=1.4&r2=1.5)
        uninstall_adminpack.sql (r1.2 -> r1.3)
        (http://developer.postgresql.org/cvsweb.cgi/pgsql/contrib/adminpack/uninstall_adminpack.sql?r1=1.2&r2=1.3)

pgsql-committers by date:

Previous
From: momjian@postgresql.org (Bruce Momjian)
Date:
Subject: pgsql: Adjust script to be consistent (thanks Tom for the fix).
Next
From: tgl@postgresql.org (Tom Lane)
Date:
Subject: pgsql: Fix more script breakage.