postgresql/src/interfaces/ecpg
2010-08-19 05:57:36 +00:00
..
compatlib Bump minor library version numbers, for 9.1 release. 2010-07-12 16:18:44 +00:00
ecpglib Bump minor library version numbers, for 9.1 release. 2010-07-12 16:18:44 +00:00
include Remove extra newlines at end and beginning of files, add missing newlines 2010-08-19 05:57:36 +00:00
pgtypeslib Applied Zoltan's patch to fix a few memleaks in ecpg's pgtypeslib. 2010-08-17 09:36:05 +00:00
preproc Remove extra newlines at end and beginning of files, add missing newlines 2010-08-19 05:57:36 +00:00
test Remove extra newlines at end and beginning of files, add missing newlines 2010-08-19 05:57:36 +00:00
Makefile Catch all errors in for and while loops in makefiles. Don't ignore any 2008-03-18 16:24:50 +00:00
README.dynSQL Remove extra newlines at end and beginning of files, add missing newlines 2010-08-19 05:57:36 +00:00

$PostgreSQL: pgsql/src/interfaces/ecpg/README.dynSQL,v 1.4 2010/08/19 05:57:34 petere Exp $

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.