postgresql/src/interfaces/ecpg
2007-02-02 09:31:10 +00:00
..
compatlib
ecpglib Applied Magnus Hagander's patch to take away some compiler warnings. 2007-02-02 09:31:10 +00:00
include
pgtypeslib
preproc Wording cleanup for error messages. Also change can't -> cannot. 2007-02-01 19:10:30 +00:00
test
ChangeLog Applied Magnus Hagander's patch to take away some compiler warnings. 2007-02-02 09:31:10 +00:00
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.