contrib/dbase

Поиск
Список
Период
Сортировка
От mlw
Тема contrib/dbase
Дата
Msg-id 3C2392FD.90BF38F@mohawksoft.com
обсуждение исходный текст
Ответы Re: contrib/dbase  (Bruce Momjian <pgman@candle.pha.pa.us>)
Список 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 по дате отправления:

Предыдущее
От: Don Baccus
Дата:
Сообщение: Re: contrib idea
Следующее
От: Bruce Momjian
Дата:
Сообщение: Re: contrib/dbase