summaryrefslogtreecommitdiff
path: root/contrib/adminpack/uninstall_adminpack.sql
Commit message (Collapse)AuthorAgeFilesLines
* Convert contrib modules to use the extension facility.Tom Lane2011-02-131-10/+0
| | | | | | | | | | | This isn't fully tested as yet, in particular I'm not sure that the "foo--unpackaged--1.0.sql" scripts are OK. But it's time to get some buildfarm cycles on it. sepgsql is not converted to an extension, mainly because it seems to require a very nonstandard installation process. Dimitri Fontaine and Tom Lane
* Remove cvs keywords from all files.Magnus Hagander2010-09-201-1/+1
|
* Add CVS version labels to all install/uninstall scripts.Bruce Momjian2007-11-131-0/+2
|
* Fix insufficient search-path paranoia in SQL function definitions.Tom Lane2007-11-131-3/+0
| | | | | | 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.
* Make /contrib install/uninstall script consistent:Bruce Momjian2007-11-111-0/+3
| | | | | | | | | | | | remove transactions use create or replace function make formatting consistent set search patch on first line Add documentation on modifying *.sql to set the search patch, and mention that major upgrades should still run the installation scripts. Some of these issues were spotted by Tom today.
* Add uninstall script for adminpack - Josh DrakeTom Lane2006-09-301-0/+8