OSDN Git Service

Update dbase for Maarten.Boekhold.
authorBruce Momjian <bruce@momjian.us>
Mon, 31 Dec 2001 13:32:04 +0000 (13:32 +0000)
committerBruce Momjian <bruce@momjian.us>
Mon, 31 Dec 2001 13:32:04 +0000 (13:32 +0000)
contrib/README
contrib/dbase/dbf.h
contrib/dbase/dbf2pg.c
contrib/dbase/endian.c

index d97c0af..7663b23 100644 (file)
@@ -44,7 +44,9 @@ cube -
 
 dbase -
        Converts from dbase/xbase to PostgreSQL
-       by Ivan Baldo, lubaldo@adinet.com.uy
+       by Maarten.Boekhold <Maarten.Boekhold@reuters.com>,
+          Frank Koormann <fkoorman@usf.uni-osnabrueck.de>,
+          Ivan Baldo <lubaldo@adinet.com.uy>
 
 dblink -
        Allows remote query execution
index 5d17c2b..254e8d1 100644 (file)
@@ -2,7 +2,7 @@
    declares routines for reading and writing xBase-files (.dbf), and
    associated structures
 
-   Maarten Boekhold (boekhold@cindy.et.tudelft.nl) 29 oktober 1995
+   Maarten Boekhold (maarten.boekhold@reuters.com) 29 oktober 1995
 */
 
 #ifndef _DBF_H
index 038c2b5..8b7d989 100644 (file)
@@ -1,7 +1,7 @@
 /* This program reads in an xbase-dbf file and sends 'inserts' to an
    PostgreSQL-server with the records in the xbase-file
 
-   M. Boekhold (boekhold@cindy.et.tudelft.nl)  okt. 1995
+   M. Boekhold (maarten.boekhold@reuters.com)  okt. 1995
    oktober 1996: merged sources of dbf2msql.c and dbf2pg.c
    oktober 1997: removed msql support
 */
index 5bc6a18..f45d958 100644 (file)
@@ -1,4 +1,4 @@
-/* Maarten Boekhold (boekhold@cindy.et.tudelft.nl) oktober 1995 */
+/* Maarten Boekhold (maarten.boekhold@reuters.com) oktober 1995 */
 
 #include <sys/types.h>
 #include "dbf.h"