From da4683fbe1cba48cf5b5b29055b66e0bacb00162 Mon Sep 17 00:00:00 2001 From: "Marc G. Fournier" Date: Thu, 22 Aug 2002 00:15:14 +0000 Subject: Okay, libpq++ is moved to GBorg, and all traces of it have been removed from the core repository ... I haven't *moved* the libpq++ files out of the tree, mainly as we want to keep them in place for past branches ... Peter, I think I've covered all the files I need, and re-ran autoconf to make sure the configure file is in place properly ... --- src/interfaces/libpq++/examples/testlibpq2.sql | 5 ----- 1 file changed, 5 deletions(-) delete mode 100644 src/interfaces/libpq++/examples/testlibpq2.sql (limited to 'src/interfaces/libpq++/examples/testlibpq2.sql') diff --git a/src/interfaces/libpq++/examples/testlibpq2.sql b/src/interfaces/libpq++/examples/testlibpq2.sql deleted file mode 100644 index f9c7410932..0000000000 --- a/src/interfaces/libpq++/examples/testlibpq2.sql +++ /dev/null @@ -1,5 +0,0 @@ -CREATE TABLE TBL1 (i int4); - -CREATE TABLE TBL2 (i int4); - -CREATE RULE r1 AS ON INSERT TO TBL1 DO [INSERT INTO TBL2 values (new.i); NOTIFY TBL2]; -- cgit v1.2.1