Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
P
postgres-lambda-diff
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container Registry
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Jakob Huber
postgres-lambda-diff
Commits
6b086de3
Commit
6b086de3
authored
23 years ago
by
Bruce Momjian
Browse files
Options
Downloads
Patches
Plain Diff
Update dbase for Maarten.Boekhold.
parent
ee051bae
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
contrib/README
+3
-1
3 additions, 1 deletion
contrib/README
contrib/dbase/dbf.h
+1
-1
1 addition, 1 deletion
contrib/dbase/dbf.h
contrib/dbase/dbf2pg.c
+1
-1
1 addition, 1 deletion
contrib/dbase/dbf2pg.c
contrib/dbase/endian.c
+1
-1
1 addition, 1 deletion
contrib/dbase/endian.c
with
6 additions
and
4 deletions
contrib/README
+
3
−
1
View file @
6b086de3
...
@@ -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
...
...
This diff is collapsed.
Click to expand it.
contrib/dbase/dbf.h
+
1
−
1
View file @
6b086de3
...
@@ -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 diff is collapsed.
Click to expand it.
contrib/dbase/dbf2pg.c
+
1
−
1
View file @
6b086de3
/* 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
*/
*/
...
...
This diff is collapsed.
Click to expand it.
contrib/dbase/endian.c
+
1
−
1
View file @
6b086de3
/* 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"
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment