Ooops :)

-- 

   === 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/


? libpgrowlocks.so.0.0
? pgrowlocks.diff
? pgrowlocks.sql
? uninstall_pgrowlocks.sql
Index: Makefile
===================================================================
RCS file: /projects/cvsroot/pgsql/contrib/pgrowlocks/Makefile,v
retrieving revision 1.1
diff -c -r1.1 Makefile
*** Makefile    23 Apr 2006 01:12:58 -0000      1.1
--- Makefile    29 Sep 2006 01:25:50 -0000
***************
*** 11,17 ****
  MODULE_big    = pgrowlocks
  OBJS          = $(SRCS:.c=.o)
  DOCS          = README.pgrowlocks README.pgrowlocks.euc_jp
! DATA_built    = pgrowlocks.sql
  
  ifdef USE_PGXS
  PGXS = $(shell pg_config --pgxs)
--- 11,17 ----
  MODULE_big    = pgrowlocks
  OBJS          = $(SRCS:.c=.o)
  DOCS          = README.pgrowlocks README.pgrowlocks.euc_jp
! DATA_built    = pgrowlocks.sql uninstall_pgrowlocks.sql
  
  ifdef USE_PGXS
  PGXS = $(shell pg_config --pgxs)
-- WE can just drop the type with a cascade
SET search_path = public;

DROP TYPE pgrowlocks CASCADE;
---------------------------(end of broadcast)---------------------------
TIP 5: don't forget to increase your free space map settings

Reply via email to