Re: contrib/dbase

From: Bruce Momjian <pgman(at)candle(dot)pha(dot)pa(dot)us>
To: mlw <markw(at)mohawksoft(dot)com>
Cc: "pgsql-hackers(at)postgresql(dot)org" <pgsql-hackers(at)postgresql(dot)org>
Subject: Re: contrib/dbase
Date: 2001-12-21 20:50:08
Message-ID: 200112212050.fBLKo8T15618@candle.pha.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

> I just looked at the source for dbase. I have a long hacked version of
> this. The one in contrib is based on a newer version of what I have been
> using.
>
> It is funny, because I made some of the same changes to mine as are in
> the one in contrib, with a few exceptions.
>
> usage: dbf2pg [options] filename.dbf
> Options
> -h hostname, host name of PostgreSQL server
> -y translate field name, oldname=newname
> -z translate data type, fieldname=datatype
> -d dbase
> -t table_name
> -p prefix, prepends prefix to default table name
> [-c | -D] Create or delete
> -f convert field names to lower case
> [-u | -l] Converts data to upper or lower case,
> respectively
> -v[v] sets verbosity
>
>
> Who contributed it? Did Maarten Boekhold? I would like to merge my data
> type and table prefix code into the main tree, if this is where it will
> now be officially maintained.

contrib/README shows:

dbase -
Converts from dbase/xbase to PostgreSQL
by Ivan Baldo, lubaldo(at)adinet(dot)com(dot)uy

Yes, please send in your improvements and we will add them.

--
Bruce Momjian | http://candle.pha.pa.us
pgman(at)candle(dot)pha(dot)pa(dot)us | (610) 853-3000
+ If your life is a hard drive, | 830 Blythe Avenue
+ Christ can be your backup. | Drexel Hill, Pennsylvania 19026

In response to

Browse pgsql-hackers by date

  From Date Subject
Next Message Hannu Krosing 2001-12-21 21:31:12 Re: 7.2 is slow?
Previous Message mlw 2001-12-21 19:52:29 contrib/dbase