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/pg_freespacemap/uninstall_pg_freespacemap.sql

8 lines
237 B
MySQL
Raw Normal View History

Remove cvs keywords from all files.
2010-09-20 22:08:53 +02:00
/* contrib/pg_freespacemap/uninstall_pg_freespacemap.sql */
Add CVS version labels to all install/uninstall scripts.
2007-11-13 04:24:29 +00:00
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.
uninstall script for pg_freespacemap
2006-09-30 18:15:48 +00:00
SET search_path = public;
Properly mark pg_freespace() function as strict. Also update uninstall script to match reality.
2009-06-10 22:12:28 +00:00
DROP FUNCTION pg_freespace(regclass, bigint);
DROP FUNCTION pg_freespace(regclass);
Reference in New Issue Copy Permalink
Powered by Gitea Version: 1.23.8 Page: 1414ms Template: 3ms
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