Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
P
Postgres FD Implementation
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Abuhujair Javed
Postgres FD Implementation
Commits
eb36cdd5
Commit
eb36cdd5
authored
Dec 21, 2001
by
Bruce Momjian
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Add needed libiconv link to contrib/dbase, per Christopher Kings-Lynne
parent
c3c36bf3
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
3 deletions
+3
-3
contrib/dbase/Makefile
contrib/dbase/Makefile
+2
-2
contrib/dbase/README.dbf2pg
contrib/dbase/README.dbf2pg
+1
-1
No files found.
contrib/dbase/Makefile
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
...
...
contrib/dbase/README.dbf2pg
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
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment