Converting from dbase

From: nolan(at)celery(dot)tssi(dot)com
To: pgsql-general(at)postgresql(dot)org (pgsql list)
Subject: Converting from dbase
Date: 2003-04-04 16:56:12
Message-ID: 20030404165612.26944.qmail@celery.tssi.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

> ftp://ftp.postgresql.org/pub/incoming/dbf2pg-3.0.tar.gz, but that does
> not exists.

'incoming' directories are often hidden as a security precaution.

> Also, there is a contrib/dbase in the source of 7.3.2, but can't seem to
> get it to make. The README is more of a manual than installation
> instructions. Anyone familiar with getting contribs installed,
> particularly this one?

What OS/environment are you on?

I had no problems building dbf2pg under Redhat linux. Under freeBSD I had
to make sure that 'make' references gmake and not the freebSD make utility.

The version of dbf2pg in the contrib/dbase directory has a couple of problems,
it does not handle memo fields and it fails on numeric fields that are all
blanks. (I have a short patch which corrects the latter problem by setting
the field to 0.)
--
Mike Nolan
nolan(at)tssi(dot)com

Browse pgsql-general by date

  From Date Subject
Next Message Tom Lane 2003-04-04 16:56:58 Re: ERROR: heap_mark4update: (am)invalid tid in triggers
Previous Message Tom Lane 2003-04-04 16:50:33 Re: Badly planned queries with JOIN syntax