postgresql/src/interfaces/ecpg
2006-11-28 12:44:06 +00:00
..
compatlib
ecpglib
include Also install ecpg_config.h 2006-11-28 12:44:06 +00:00
pgtypeslib
preproc
test Un-break ecpg regression test. 2006-11-23 05:47:48 +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.