postgresql/src/interfaces/ecpg
2005-12-09 21:19:36 +00:00
..
compatlib Allow installation into directories containing spaces in the name. 2005-12-09 21:19:36 +00:00
ecpglib Allow installation into directories containing spaces in the name. 2005-12-09 21:19:36 +00:00
include Allow installation into directories containing spaces in the name. 2005-12-09 21:19:36 +00:00
pgtypeslib Allow installation into directories containing spaces in the name. 2005-12-09 21:19:36 +00:00
preproc Allow installation into directories containing spaces in the name. 2005-12-09 21:19:36 +00:00
test
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.