Skip site navigation (1) Skip section navigation (2)

Peripheral Links

Header And Logo

PostgreSQL
| The world's most advanced open source database.

Site Navigation

Search archives
  Advanced Search

pgrowlocks(2)


  • From: "Joshua D. Drake" <jd(at)commandprompt(dot)com>
  • To: PostgreSQL-patches <pgsql-patches(at)postgresql(dot)org>
  • Subject: pgrowlocks(2)
  • Date: Thu, 28 Sep 2006 18:30:54 -0700
  • Message-id: <451C774E.3040503@commandprompt.com> <text/plain>

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;


Home | Main Index | Thread Index

Privacy Policy | About PostgreSQL
Copyright © 1996 – 2012 PostgreSQL Global Development Group