contrib/dbase - Mailing list pgsql-hackers

From mlw
Subject contrib/dbase
Date
Msg-id 3C2392FD.90BF38F@mohawksoft.com
Whole thread Raw
Responses Re: contrib/dbase  (Bruce Momjian <pgman@candle.pha.pa.us>)
List 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]
Createor delete               -f convert field names to lower case               [-u | -l] Converts data to upper or
lowercase,
 
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.


pgsql-hackers by date:

Previous
From: Don Baccus
Date:
Subject: Re: contrib idea
Next
From: Bruce Momjian
Date:
Subject: Re: contrib/dbase