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
a8313f96
Commit
a8313f96
authored
Feb 10, 1998
by
Marc G. Fournier
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Updated ECPG From: Michael Meskes <meskes@topsystem.de>
parent
0386a50f
Changes
3
Expand all
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
177 additions
and
189 deletions
+177
-189
src/interfaces/ecpg/Makefile
src/interfaces/ecpg/Makefile
+2
-2
src/interfaces/ecpg/TODO
src/interfaces/ecpg/TODO
+6
-1
src/interfaces/ecpg/doc/ecpg.texinfo
src/interfaces/ecpg/doc/ecpg.texinfo
+169
-186
No files found.
src/interfaces/ecpg/Makefile
View file @
a8313f96
SUBDIRS
=
src/include src/lib src/
preproc
SUBDIRS
=
include lib
preproc
all install uninstall clean
:
:
all install uninstall clean
:
for
i
in
$(SUBDIRS)
;
do
(
cd
$$
i
;
make
$@
)
;
done
src/interfaces/ecpg/TODO
View file @
a8313f96
...
...
@@ -4,7 +4,7 @@ The variables should be static.
The preprocessor interface is strange, to say the least It would be better
with a consistant unix arguments interface, perhaps builtin default
filenames so they won't have to be given all the time.
filenames so they won't have to be given all the time.
(Done: MM 2/5/98)
Preprocessor cannot do syntax checking on your SQL statements Whatever you
write is copied more or less exactly to the postgres95 and you will not be
...
...
@@ -46,3 +46,8 @@ scripts. Speed will never be accomplished in this way. To do this you need a
bigger insight in the database construction and the use of the database than
could be realised in a script.
Now comes my list (MM):
libecpg should be made a shared library.
Makefiles have to able to correctly install and clean.
src/interfaces/ecpg/doc/ecpg.texinfo
View file @
a8313f96
This diff is collapsed.
Click to expand it.
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