Skip to content
Snippets Groups Projects
Commit 6b086de3 authored by Bruce Momjian's avatar Bruce Momjian
Browse files

Update dbase for Maarten.Boekhold.

parent ee051bae
No related branches found
No related tags found
No related merge requests found
...@@ -44,7 +44,9 @@ cube - ...@@ -44,7 +44,9 @@ cube -
dbase - dbase -
Converts from dbase/xbase to PostgreSQL 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 - dblink -
Allows remote query execution Allows remote query execution
......
...@@ -2,7 +2,7 @@ ...@@ -2,7 +2,7 @@
declares routines for reading and writing xBase-files (.dbf), and declares routines for reading and writing xBase-files (.dbf), and
associated structures associated structures
Maarten Boekhold (boekhold@cindy.et.tudelft.nl) 29 oktober 1995 Maarten Boekhold (maarten.boekhold@reuters.com) 29 oktober 1995
*/ */
#ifndef _DBF_H #ifndef _DBF_H
......
/* This program reads in an xbase-dbf file and sends 'inserts' to an /* This program reads in an xbase-dbf file and sends 'inserts' to an
PostgreSQL-server with the records in the xbase-file 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 1996: merged sources of dbf2msql.c and dbf2pg.c
oktober 1997: removed msql support oktober 1997: removed msql support
*/ */
......
/* Maarten Boekhold (boekhold@cindy.et.tudelft.nl) oktober 1995 */ /* Maarten Boekhold (maarten.boekhold@reuters.com) oktober 1995 */
#include <sys/types.h> #include <sys/types.h>
#include "dbf.h" #include "dbf.h"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment