DBF File Formats
Hello Everyone:
I've searched the FAQ's and found no references to this. I would like to be able to create a standard .DBF file format when exporting table data from Postgresql. Does anyone know how to do this or have a utility for it?
Bob Powell
A while age I used xbase2pg and pg2xbase.
You should be able to find it on the net.
JLL
On Wed, Apr 10, 2002 at 04:42:40PM -0400, Bob Powell wrote:
Hello Everyone:
I've searched the FAQ's and found no references to this. I would like to
be able to create a standard .DBF file format when exporting table data
from Postgresql. Does anyone know how to do this or have a utility for
it?
I wrote a program called dbfdump, which is on SourceForge. Try that. I
have a later version I haven't uploaded yet. If you have questions or
problems, let me know.
Paul