Files
postgresql/src/interfaces/ecpg
Bruce Momjian 9af4159fce pgindent run for release 9.3
This is the first run of the Perl-based pgindent script.  Also update
pgindent instructions.
2013-05-29 16:58:43 -04:00
..
2013-05-29 16:58:43 -04:00
2013-05-29 16:58:43 -04:00
2013-03-29 21:39:55 -04:00
2013-05-29 16:58:43 -04:00
2013-05-29 16:58:43 -04:00

src/interfaces/ecpg/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.