This is a discussion on adminpack within the Pgsql Patches forums, part of the PostgreSQL category; --> Hello, Here is adminpack... -- === The PostgreSQL Company: Command Prompt, Inc. === Sales/Support: +1.503.667.4564 || 24x7/Emergency: +1.800.492.2240 Providing ...
| |||||||
| FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
| ||||
| Hello, Here is adminpack... -- === The PostgreSQL Company: Command Prompt, Inc. === Sales/Support: +1.503.667.4564 || 24x7/Emergency: +1.800.492.2240 Providing the most comprehensive PostgreSQL solutions since 1997 http://www.commandprompt.com/ ? adminpack.diff ? adminpack.sql ? libadminpack.so.0.0 ? uninstall_adminpack.sql Index: Makefile ================================================== ================= RCS file: /projects/cvsroot/pgsql/contrib/adminpack/Makefile,v retrieving revision 1.2 diff -c -r1.2 Makefile *** Makefile 30 May 2006 21:34:15 -0000 1.2 --- Makefile 29 Sep 2006 01:15:05 -0000 *************** *** 1,6 **** MODULE_big = adminpack PG_CPPFLAGS = -I$(libpq_srcdir) ! DATA_built = adminpack.sql DOCS = README.adminpack OBJS = adminpack.o --- 1,6 ---- MODULE_big = adminpack PG_CPPFLAGS = -I$(libpq_srcdir) ! DATA_built = adminpack.sql uninstall_adminpack.sql DOCS = README.adminpack OBJS = adminpack.o ---------------------------(end of broadcast)--------------------------- TIP 1: if posting/reading through Usenet, please send an appropriate subscribe-nomail command to majordomo@postgresql.org so that your message can get through to the mailing list cleanly |
| |||
| "Joshua D. Drake" <jd@commandprompt.com> writes: > Here is adminpack... Applied with minor corrections (the .sql file is DATA not DATA_built, as you'd have found out if you'd tried "make clean"). Likewise for the pgrowlocks script. regards, tom lane ---------------------------(end of broadcast)--------------------------- TIP 2: Don't 'kill -9' the postmaster |
| ||||
| Tom Lane wrote: > "Joshua D. Drake" <jd@commandprompt.com> writes: >> Here is adminpack... > > Applied with minor corrections (the .sql file is DATA not DATA_built, > as you'd have found out if you'd tried "make clean"). Likewise for > the pgrowlocks script. Noted, thanks. > > regards, tom lane > -- === The PostgreSQL Company: Command Prompt, Inc. === Sales/Support: +1.503.667.4564 || 24x7/Emergency: +1.800.492.2240 Providing the most comprehensive PostgreSQL solutions since 1997 http://www.commandprompt.com/ ---------------------------(end of broadcast)--------------------------- TIP 9: In versions below 8.0, the planner will ignore your desire to choose an index scan if your joining column's datatypes do not match |