Fix obsolete comment regarding FSM truncation.
[PostgreSQL.git] / src / interfaces / ecpg / README.dynSQL
blob49086deb72109a4c54592bacc30cac1a5217c0fa
1 $PostgreSQL$
3 descriptor statements have the following shortcomings
5 - input descriptors (USING DESCRIPTOR <name>) are not supported
6   
7   Reason: to fully support dynamic SQL the frontend/backend communication
8         should change to recognize input parameters.
9         Since this is not likely to happen in the near future and you
10         can cover the same functionality with the existing infrastructure
11         (using s[n]printf), I'll leave the work to someone else.