Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit8fd0e43

Browse files
committed
Add uninstall script for adminpack - Josh Drake
1 parenta9c7c5c commit8fd0e43

File tree

2 files changed

+9
-0
lines changed

2 files changed

+9
-0
lines changed

‎contrib/adminpack/Makefile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
MODULE_big = adminpack
22
PG_CPPFLAGS = -I$(libpq_srcdir)
33
DATA_built = adminpack.sql
4+
DATA = uninstall_adminpack.sql
45
DOCS = README.adminpack
56
OBJS = adminpack.o
67

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
DROPFUNCTIONpg_catalog.pg_file_write(text,text, bool) ;
2+
DROPFUNCTIONpg_catalog.pg_file_rename(text,text,text) ;
3+
DROPFUNCTIONpg_catalog.pg_file_rename(text,text) ;
4+
DROPFUNCTIONpg_catalog.pg_file_unlink(text) ;
5+
DROPFUNCTIONpg_catalog.pg_logdir_ls() ;
6+
DROPFUNCTIONpg_catalog.pg_file_read(text,bigint,bigint) ;
7+
DROPFUNCTIONpg_catalog.pg_file_length(text) ;
8+
DROPFUNCTIONpg_catalog.pg_logfile_rotate() ;

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp