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
eb36cdd5
Commit
eb36cdd5
authored
23 years ago
by
Bruce Momjian
Browse files
Options
Downloads
Patches
Plain Diff
Add needed libiconv link to contrib/dbase, per Christopher Kings-Lynne
parent
c3c36bf3
Branches
Branches containing commit
Tags
Tags containing commit
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
contrib/dbase/Makefile
+2
-2
2 additions, 2 deletions
contrib/dbase/Makefile
contrib/dbase/README.dbf2pg
+1
-1
1 addition, 1 deletion
contrib/dbase/README.dbf2pg
with
3 additions
and
3 deletions
contrib/dbase/Makefile
+
2
−
2
View file @
eb36cdd5
# $Header: /cvsroot/pgsql/contrib/dbase/Attic/Makefile,v 1.
2
2001/
09/06 10:49:29 petere
Exp $
# $Header: /cvsroot/pgsql/contrib/dbase/Attic/Makefile,v 1.
3
2001/
12/21 04:13:12 momjian
Exp $
subdir
=
contrib/dbase
top_builddir
=
../..
...
...
@@ -7,7 +7,7 @@ include $(top_builddir)/src/Makefile.global
PROGRAM
=
dbf2pg
OBJS
=
dbf.o dbf2pg.o endian.o
PG_CPPFLAGS
=
-I
$(
libpq_srcdir
)
PG_LIBS
=
$(
libpq
)
PG_LIBS
=
$(
libpq
)
-liconv
DOCS
=
README.dbf2pg
MAN
=
dbf2pg.1
# XXX not implemented
...
...
This diff is collapsed.
Click to expand it.
contrib/dbase/README.dbf2pg
+
1
−
1
View file @
eb36cdd5
...
...
@@ -107,7 +107,7 @@ dbf2sql(1L) dbf2sql(1L)
ENVIRONMENT
This program is affected by the environment-variables as
used by "PostgresSQL." See the documentation of Post-
gresSQL for more info.
gresSQL for more info.
This program requires libiconv.
BUGS
Fields larger than 8192 characters are not supported and
...
...
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