Logo
Explore Help
Sign In
1berry/postgres
1
0
Fork 0
You've already forked postgres
Code Issues Packages Projects Releases Wiki Activity
postgres/contrib/pgstattuple/uninstall_pgstattuple.sql

10 lines
335 B
MySQL
Raw Normal View History

Add CVS version labels to all install/uninstall scripts.
2007-11-13 04:24:29 +00:00
/* $PostgreSQL: pgsql/contrib/pgstattuple/uninstall_pgstattuple.sql,v 1.6 2007/11/13 04:24:28 momjian Exp $ */
Make /contrib install/uninstall script consistent: 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.
2007-11-11 03:25:35 +00:00
-- Adjust this setting to control where the objects get dropped.
contrib uninstall scripts by David Fetter
2006-02-27 12:54:39 +00:00
SET search_path = public;
DROP FUNCTION pgstattuple(text);
Restrict pgstattuple functions to superusers. (This might be too strict, but no permissions check at all is certainly no good.) Clean up usage of some deprecated APIs.
2007-08-26 23:59:50 +00:00
DROP FUNCTION pgstattuple(oid);
Clean up some leftover problems in pgstattuple: remove unwanted and unportable elog(NOTICE) report, fix install/uninstall sequence. Itagaki Takahiro
2006-09-04 02:03:04 +00:00
DROP FUNCTION pgstatindex(text);
DROP FUNCTION pg_relpages(text);
Reference in New Issue Copy Permalink
Powered by Gitea Version: 1.23.8 Page: 161ms Template: 4ms
English
Bahasa Indonesia Deutsch English Español Français Gaeilge Italiano Latviešu Magyar nyelv Nederlands Polski Português de Portugal Português do Brasil Suomi Svenska Türkçe Čeština Ελληνικά Български Русский Українська فارسی മലയാളം 日本語 简体中文 繁體中文(台灣) 繁體中文(香港) 한국어
Licenses API