Files
postgresql/src/interfaces/ecpg
Peter Eisentraut dc6fb453a3 Translation updates
Source-Git-URL: git://git.postgresql.org/git/pgtranslation/messages.git
Source-Git-Hash: 8d2416b5dc311bbf942125650a2d2c162a4f5453
2018-02-05 12:27:10 -05:00
..
2018-02-05 12:27:10 -05:00
2017-06-21 15:19:25 -04:00
2017-06-21 15:35:54 -04:00
2018-02-05 12:27:10 -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.