Skip to content

Commit 6b086de

Browse files
committed
Update dbase for Maarten.Boekhold.
1 parent ee051ba commit 6b086de

File tree

4 files changed

+6
-4
lines changed

4 files changed

+6
-4
lines changed

contrib/README

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,9 @@ cube -
4444

4545
dbase -
4646
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>
4850

4951
dblink -
5052
Allows remote query execution

contrib/dbase/dbf.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
declares routines for reading and writing xBase-files (.dbf), and
33
associated structures
44
5-
Maarten Boekhold (boekhold@cindy.et.tudelft.nl) 29 oktober 1995
5+
Maarten Boekhold (maarten.boekhold@reuters.com) 29 oktober 1995
66
*/
77

88
#ifndef _DBF_H

contrib/dbase/dbf2pg.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
/* This program reads in an xbase-dbf file and sends 'inserts' to an
22
PostgreSQL-server with the records in the xbase-file
33
4-
M. Boekhold (boekhold@cindy.et.tudelft.nl) okt. 1995
4+
M. Boekhold (maarten.boekhold@reuters.com) okt. 1995
55
oktober 1996: merged sources of dbf2msql.c and dbf2pg.c
66
oktober 1997: removed msql support
77
*/

contrib/dbase/endian.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
/* Maarten Boekhold (boekhold@cindy.et.tudelft.nl) oktober 1995 */
1+
/* Maarten Boekhold (maarten.boekhold@reuters.com) oktober 1995 */
22

33
#include <sys/types.h>
44
#include "dbf.h"

0 commit comments

Comments
 (0)