postgresql/src/interfaces/ecpg
2003-12-03 08:49:17 +00:00
..
compatlib Bump all version numbers and version stamps mentioned in RELEASE_CHANGES. 2003-11-30 06:09:54 +00:00
ecpglib Added patch by Dave Cramer for array handling in ecpglib. 2003-12-03 08:49:17 +00:00
include $Header: -> $PostgreSQL Changes ... 2003-11-29 19:52:15 +00:00
pgtypeslib Bump all version numbers and version stamps mentioned in RELEASE_CHANGES. 2003-11-30 06:09:54 +00:00
preproc Bump all version numbers and version stamps mentioned in RELEASE_CHANGES. 2003-11-30 06:09:54 +00:00
test make sure the $Id tags are converted to $PostgreSQL as well ... 2003-11-29 22:41:33 +00:00
ChangeLog Added patch by Dave Cramer for array handling in ecpglib. 2003-12-03 08:49:17 +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

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.