Dbf to Pg converter

From: Paul M Foster <paulf(at)quillandmouse(dot)com>
To: pgsql-general(at)postgresql(dot)org
Subject: Dbf to Pg converter
Date: 2001-02-18 23:51:36
Message-ID: 20010218185136.C11542@quillandmouse.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

Since it's come up before on this list, let me mention that I have
created a new project on SourceForge:

http://sourceforge.net/projects/dbfdump/

This is a command line C++ program designed to take the structure and/or
contents of a dbf file (dBase, FoxPro) and dump it out, either in a
"browse" format, or as a PostgreSQL SQL script. The SQL script can be
used to create and/or populate a PostgreSQL table. It also handles
FoxPro memo files, but not dBase ones.

So if your "itch" is the same as the one I scratched, you now have a
resource. Of course, if you find any bugs, umm, well, er, I didn't do it
and I don't know who did. ;-}

Paul

Browse pgsql-general by date

  From Date Subject
Next Message phillip 2001-02-18 23:53:33 Re: How to use gethostbyname()
Previous Message phillip 2001-02-18 22:47:26 Re: How to use gethostbyname()