postgresql/src/interfaces/ecpg
2003-08-07 05:12:00 +00:00
..
compatlib
ecpglib
include Include postgres_ext.h instead of postgres_fe.h. This allows ecpg 2003-08-07 04:44:26 +00:00
pgtypeslib Add -lm for ecpg/pgtypeslib/Makefile link so -lm isn't required for ecpg 2003-08-07 04:03:18 +00:00
preproc Fix compiler-detected problem for Alphas: it seems strlen returns 2003-08-06 15:54:06 +00:00
test Update ecpg thread testing program to be more automated. 2003-08-07 05:12:00 +00:00
ChangeLog
Makefile
README.dynSQL

descriptor statements have the following shortcomings

- input descriptors (USING DESCRIPTOR <name>) are not supported
  
  Reason: to fully support dynamic SQL the frontend/backend communication
  	should change to recognize input parameters.
  	Since this is not likely to happen in the near future and you
  	can cover the same functionality with the existing infrastructure
  	(using s[n]printf), I'll leave the work to someone else.