postgresql/src/interfaces/ecpg
2014-11-16 21:32:51 -05:00
..
compatlib Add file version information to most installed Windows binaries. 2014-07-14 14:07:52 -04:00
ecpglib MinGW: Link with shell32.dll instead of shfolder.dll. 2014-10-21 22:55:43 -04:00
include With ecpg exclusion removed, re-run pgindent for 9.4 2014-05-06 20:39:28 -04:00
pgtypeslib Fix typos. 2014-10-20 10:33:16 -04:00
preproc Translation updates 2014-11-16 21:32:51 -05:00
test Make ECPG test programs depend on "ecpg$(X)", not "ecpg". 2014-11-02 21:43:25 -05:00
Makefile Rename 'gmake' to 'make' in docs and recommended commands 2014-02-12 17:29:19 -05:00
README.dynSQL Fix whitespace issues found by git diff --check, add gitattributes 2013-11-10 14:48:29 -05: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.