Fix insufficient search-path paranoia in SQL function definitions.

Tom Lane <tgl@sss.pgh.pa.us>

Commit: e0b15e27483ecbe911ea8681c18ceedf260920bf
Author: Tom Lane <tgl@sss.pgh.pa.us>
Date: 2007-11-13T01:55:49Z
Releases: 8.3.0
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.

Files