File tree Expand file tree Collapse file tree 4 files changed +6
-4
lines changed Expand file tree Collapse file tree 4 files changed +6
-4
lines changed Original file line number Diff line number Diff line change 44
44
45
45
dbase -
46
46
Converts from dbase/xbase to PostgreSQL
47
- by Ivan Baldo, lubaldo@adinet.com.uy
47
+ by Maarten.Boekhold <Maarten.Boekhold@reuters.com>,
48
+ Frank Koormann <fkoorman@usf.uni-osnabrueck.de>,
49
+ Ivan Baldo <lubaldo@adinet.com.uy>
48
50
49
51
dblink -
50
52
Allows remote query execution
Original file line number Diff line number Diff line change 2
2
declares routines for reading and writing xBase-files (.dbf), and
3
3
associated structures
4
4
5
- Maarten Boekhold (boekhold@cindy.et.tudelft.nl ) 29 oktober 1995
5
+ Maarten Boekhold (maarten. boekhold@reuters.com ) 29 oktober 1995
6
6
*/
7
7
8
8
#ifndef _DBF_H
Original file line number Diff line number Diff line change 1
1
/* This program reads in an xbase-dbf file and sends 'inserts' to an
2
2
PostgreSQL-server with the records in the xbase-file
3
3
4
- M. Boekhold (boekhold@cindy.et.tudelft.nl ) okt. 1995
4
+ M. Boekhold (maarten. boekhold@reuters.com ) okt. 1995
5
5
oktober 1996: merged sources of dbf2msql.c and dbf2pg.c
6
6
oktober 1997: removed msql support
7
7
*/
Original file line number Diff line number Diff line change 1
- /* Maarten Boekhold (boekhold@cindy.et.tudelft.nl ) oktober 1995 */
1
+ /* Maarten Boekhold (maarten. boekhold@reuters.com ) oktober 1995 */
2
2
3
3
#include <sys/types.h>
4
4
#include "dbf.h"
You can’t perform that action at this time.
0 commit comments