Bug 114541 - [NEW PORT] databases/tablelog: Logs changes on a table in PostgreSQL
Summary: [NEW PORT] databases/tablelog: Logs changes on a table in PostgreSQL
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: freebsd-ports-bugs (Nobody)
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2007-07-13 00:20 UTC by Robert Gogolok
Modified: 2007-08-15 20:30 UTC (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Robert Gogolok 2007-07-13 00:20:08 UTC
Port of tablelog.
WWW: http://pgfoundry.org/projects/tablelog/


According to the README file, it doesn't work with PostgreSQL < 7.4

Fix: 

See
http://w5.cs.uni-sb.de/~gogo/patches/new-ports/databases/tablelog/
for all files.
Comment 1 dfilter service freebsd_committer freebsd_triage 2007-08-15 20:23:05 UTC
sat         2007-08-15 19:22:59 UTC

  FreeBSD ports repository

  Modified files:
    databases            Makefile 
  Added files:
    databases/tablelog   Makefile distinfo pkg-descr pkg-plist 
  Log:
  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>
  
  Revision  Changes    Path
  1.639     +1 -0      ports/databases/Makefile
  1.1       +38 -0     ports/databases/tablelog/Makefile (new)
  1.1       +3 -0      ports/databases/tablelog/distinfo (new)
  1.1       +7 -0      ports/databases/tablelog/pkg-descr (new)
  1.1       +5 -0      ports/databases/tablelog/pkg-plist (new)
_______________________________________________
cvs-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/cvs-all
To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"
Comment 2 sat freebsd_committer freebsd_triage 2007-08-15 20:23:18 UTC
State Changed
From-To: open->closed

Committed with a few minor tweaks, thanks!