postgresql/src/interfaces/ecpg
Bruce Momjian b6b71b85bc Pgindent run for 8.0. 2004-08-29 05:07:03 +00:00
..
compatlib Pgindent run for 8.0. 2004-08-29 05:07:03 +00:00
ecpglib Pgindent run for 8.0. 2004-08-29 05:07:03 +00:00
include Pgindent run for 8.0. 2004-08-29 05:07:03 +00:00
pgtypeslib Pgindent run for 8.0. 2004-08-29 05:07:03 +00:00
preproc Pgindent run for 8.0. 2004-08-29 05:07:03 +00:00
test Fix syntax error by adding a space. 2004-08-04 16:02:08 +00:00
ChangeLog SQL defines are only used in SQL space in Informix mode. 2004-07-26 10:28:28 +00:00
Makefile Fix compilation on Cygwin. 2003-05-22 17:20:44 +00:00
README.dynSQL Added Christof's patches. 2001-11-14 11:11:49 +00:00

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.