summaryrefslogtreecommitdiff
path: root/databases/Makefile
diff options
context:
space:
mode:
authorAndrew Pantyukhin <sat@FreeBSD.org>2007-08-15 19:22:58 +0000
committerAndrew Pantyukhin <sat@FreeBSD.org>2007-08-15 19:22:58 +0000
commit61c43ad466bd4729142c097f5333941b9f262ba7 (patch)
treeed16d2b3f91c88b1f4510dea1a275d3793a02dc4 /databases/Makefile
parentUnbreak on amd64. (diff)
Add port databases/tablelog:
Tablelog is a contributed PostgreSQL module that uses a trigger to log any INSERTs, UPDATEs and DELETEs on a specific table into another table. The second part of tablelog is able to restore the state of the original table or of a specific row for any time in the past. WWW: http://tablelog.projects.postgresql.org/ Author: Andreas Scherbaum <ads-pgfoundry @nospam@ wars-nicht.de> PR: ports/114541 Submitted by: Robert Gogolok <gogo@cs.uni-sb.de>
Notes
Notes: svn path=/head/; revision=197772
Diffstat (limited to 'databases/Makefile')
-rw-r--r--databases/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/databases/Makefile b/databases/Makefile
index 2b7ad24201e0..139963ea0185 100644
--- a/databases/Makefile
+++ b/databases/Makefile
@@ -517,6 +517,7 @@
SUBDIR += sybase-ocsd
SUBDIR += sybase_ase
SUBDIR += sybtcl
+ SUBDIR += tablelog
SUBDIR += tcl-Mysql
SUBDIR += tdb
SUBDIR += tinycdb