Commit a8313f96 authored by Marc G. Fournier's avatar Marc G. Fournier

Updated ECPG From: Michael Meskes <meskes@topsystem.de>

parent 0386a50f
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 for i in $(SUBDIRS); do ( cd $$i; make $@ ); done
...@@ -4,7 +4,7 @@ The variables should be static. ...@@ -4,7 +4,7 @@ The variables should be static.
The preprocessor interface is strange, to say the least It would be better The preprocessor interface is strange, to say the least It would be better
with a consistant unix arguments interface, perhaps builtin default 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 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 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 ...@@ -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 bigger insight in the database construction and the use of the database than
could be realised in a script. 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.
This diff is collapsed.
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment