summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBruce Momjian2001-12-31 13:32:04 +0000
committerBruce Momjian2001-12-31 13:32:04 +0000
commit6b086de31ae459daa6fff654a176406f29948bf3 (patch)
treea25d85f4c71659b5da100b86f9831184740c71ca
parentee051baeac9dce2dbfd5da50da21ae425b548c43 (diff)
Update dbase for Maarten.Boekhold.
-rw-r--r--contrib/README4
-rw-r--r--contrib/dbase/dbf.h2
-rw-r--r--contrib/dbase/dbf2pg.c2
-rw-r--r--contrib/dbase/endian.c2
4 files changed, 6 insertions, 4 deletions
diff --git a/contrib/README b/contrib/README
index d97c0af046b..7663b23ad7a 100644
--- a/contrib/README
+++ b/contrib/README
@@ -44,7 +44,9 @@ cube -
dbase -
Converts from dbase/xbase to PostgreSQL
- by Ivan Baldo, [email protected]
+ by Maarten.Boekhold <[email protected]>,
+ Frank Koormann <[email protected]>,
+ Ivan Baldo <[email protected]>
dblink -
Allows remote query execution
diff --git a/contrib/dbase/dbf.h b/contrib/dbase/dbf.h
index 5d17c2ba145..254e8d19e99 100644
--- a/contrib/dbase/dbf.h
+++ b/contrib/dbase/dbf.h
@@ -2,7 +2,7 @@
declares routines for reading and writing xBase-files (.dbf), and
associated structures
- Maarten Boekhold ([email protected]) 29 oktober 1995
+ Maarten Boekhold ([email protected]) 29 oktober 1995
*/
#ifndef _DBF_H
diff --git a/contrib/dbase/dbf2pg.c b/contrib/dbase/dbf2pg.c
index 038c2b5aba2..8b7d989a072 100644
--- a/contrib/dbase/dbf2pg.c
+++ b/contrib/dbase/dbf2pg.c
@@ -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 ([email protected]) okt. 1995
+ M. Boekhold ([email protected]) okt. 1995
oktober 1996: merged sources of dbf2msql.c and dbf2pg.c
oktober 1997: removed msql support
*/
diff --git a/contrib/dbase/endian.c b/contrib/dbase/endian.c
index 5bc6a186a0e..f45d958e403 100644
--- a/contrib/dbase/endian.c
+++ b/contrib/dbase/endian.c
@@ -1,4 +1,4 @@
-/* Maarten Boekhold ([email protected]) oktober 1995 */
+/* Maarten Boekhold ([email protected]) oktober 1995 */
#include <sys/types.h>
#include "dbf.h"