postgresql/src/interfaces/ecpg
2002-09-04 20:31:48 +00:00
..
include pgindent run. 2002-09-04 20:31:48 +00:00
lib pgindent run. 2002-09-04 20:31:48 +00:00
preproc pgindent run. 2002-09-04 20:31:48 +00:00
test Include stdio.h and stdlib.h for completeness. 2002-04-21 19:51:44 +00:00
ChangeLog Synced parser yet again. 2002-07-20 08:24:18 +00:00
Makefile Ensure that ecpg/test is cleaned by higher-level 'make clean'. 2002-01-14 17:49:56 +00:00
README.dynSQL Added Christof's patches. 2001-11-14 11:11:49 +00:00

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.