diff options
author | Philip M. Gollucci <pgollucci@FreeBSD.org> | 2009-06-23 18:04:12 +0000 |
---|---|---|
committer | Philip M. Gollucci <pgollucci@FreeBSD.org> | 2009-06-23 18:04:12 +0000 |
commit | 200827866434e84a30ab61e7e378b63af2674e4a (patch) | |
tree | 1b135fedf9a36e1407668b6f7cd1f6cc1a3a09f7 /databases/Makefile | |
parent | 2bfd205d98c7697c926d848e9b4f6f7c63e2caac (diff) |
PgDBF is a program for converting XBase databases - particularly FoxPro
tables with memo files - into a format that PostgreSQL can directly
import. It's a compact C project with no dependencies other than standard
Unix libraries. While the project is relatively tiny and simple, it's also
heavily optimized via profiling - routine benchmark were many times faster
than with other Open Source programs. In fact, even on slower systems,
conversions are typically limited by hard drive speed.
WWW: http://pgdbf.sourceforge.net/
PR: ports/135969
Submitted by: kirk at daycos.com
Notes
Notes:
svn path=/head/; revision=236538
Diffstat (limited to 'databases/Makefile')
-rw-r--r-- | databases/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/databases/Makefile b/databases/Makefile index 56b77819a539..bd60b44d281e 100644 --- a/databases/Makefile +++ b/databases/Makefile @@ -438,6 +438,7 @@ SUBDIR += pgadmin3-12 SUBDIR += pgbouncer SUBDIR += pgcluster + SUBDIR += pgdbf SUBDIR += pgfouine SUBDIR += pgloader SUBDIR += pgpool |